Changeset 391
- Timestamp:
- 07/27/07 20:02:39 (1 year ago)
- Files:
-
- branches/angband-3.0.8/configure.ac (modified) (1 diff)
- branches/angband-3.0.8/lib/file/news.txt (modified) (1 diff)
- branches/angband-3.0.8/src/Makefile.src (modified) (1 diff)
- branches/angband-3.0.8/src/defines.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/angband-3.0.8/configure.ac
r372 r391 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT([Angband], [3.0. 8], [bugs@rephial.org], [angband])2 AC_INIT([Angband], [3.0.9], [bugs@rephial.org], [angband]) 3 3 AC_PREREQ([2.50]) 4 4 branches/angband-3.0.8/lib/file/news.txt
r162 r391 7 7 |___/ 8 8 9 Version 3.0.8 by Andrew Sidwell and Pete Mack9 Version 3.0.9 10 10 Bug reports to <bugs@rephial.org> 11 11 branches/angband-3.0.8/src/Makefile.src
r182 r391 6 6 # 7 7 8 VERSION = 3.0. 88 VERSION = 3.0.9 9 9 10 10 HDRS = h-basic.h branches/angband-3.0.8/src/defines.h
r387 r391 37 37 */ 38 38 #define VERSION_NAME "Angband" 39 #define VERSION_STRING "3.0. 8"39 #define VERSION_STRING "3.0.9" 40 40 41 41
