Changeset 391

Show
Ignore:
Timestamp:
07/27/07 20:02:39 (1 year ago)
Author:
takkaria
Message:

Crank up the version numbers.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/angband-3.0.8/configure.ac

    r372 r391  
    11dnl Process this file with autoconf to produce a configure script. 
    2 AC_INIT([Angband], [3.0.8], [bugs@rephial.org], [angband]) 
     2AC_INIT([Angband], [3.0.9], [bugs@rephial.org], [angband]) 
    33AC_PREREQ([2.50]) 
    44 
  • branches/angband-3.0.8/lib/file/news.txt

    r162 r391  
    77                                |___/ 
    88 
    9                  Version 3.0.8 by Andrew Sidwell and Pete Mack 
     9                                Version 3.0.9 
    1010                       Bug reports to <bugs@rephial.org> 
    1111 
  • branches/angband-3.0.8/src/Makefile.src

    r182 r391  
    66# 
    77 
    8 VERSION = 3.0.8 
     8VERSION = 3.0.9 
    99 
    1010HDRS = h-basic.h 
  • branches/angband-3.0.8/src/defines.h

    r387 r391  
    3737 */ 
    3838#define VERSION_NAME   "Angband" 
    39 #define VERSION_STRING "3.0.8
     39#define VERSION_STRING "3.0.9
    4040 
    4141