Changeset 969

Show
Ignore:
Timestamp:
06/28/08 07:20:07 (5 months ago)
Author:
takkaria
Message:

Allow nightly builds to include the revision number in the version string.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/defines.h

    r940 r969  
    3838 */ 
    3939#define VERSION_NAME   "Angband" 
    40 #define VERSION_STRING "3.1.0 dev" 
     40 
     41#ifdef BUILD_ID 
     42# define VERSION_STRING "3.1.0 dev (" BUILD_ID ")" 
     43#else 
     44# define VERSION_STRING "3.1.0 dev" 
     45#endif 
    4146 
    4247