This is a fork of Zandronum used on servers hosted by The Sentinels Playground (TSPG), Euroboros (EB), and Down Under Doomers (DUD).
Revision | 43cbe93808ea9f07d07ef3354451e94d00519a2e (tree) |
---|---|
Time | 2015-03-30 04:54:32 |
Author | Benjamin Berkels <torr.samaho@quan...> |
Commiter | Benjamin Berkels |
- changed the version string to 2.0
- changed BUILD_ID/BUILD_ID_STR to release
@@ -43,7 +43,7 @@ | ||
43 | 43 | #define GAME_MAJOR_VERSION 1 |
44 | 44 | #define GAME_MINOR_VERSION 2 |
45 | 45 | #define GAMEVER_STRING "2.0" |
46 | -#define DOTVERSIONSTR GAMEVER_STRING "-alpha" | |
46 | +#define DOTVERSIONSTR GAMEVER_STRING | |
47 | 47 | #define DOTVERSIONSTR_NOREV DOTVERSIONSTR |
48 | 48 | |
49 | 49 | #define ZDVER_STRING "2.5.0" |
@@ -66,8 +66,8 @@ | ||
66 | 66 | #define BUILD_PRIVATE 3 |
67 | 67 | |
68 | 68 | // [RC] Release code ID for this build. |
69 | -#define BUILD_ID BUILD_INTERNAL | |
70 | -#define BUILD_ID_STR "Internal" // Used in the exe's metadata. | |
69 | +#define BUILD_ID BUILD_RELEASE | |
70 | +#define BUILD_ID_STR "Release" // Used in the exe's metadata. | |
71 | 71 | |
72 | 72 | // Version identifier for network games. |
73 | 73 | // Bump it every time you do a release unless you're certain you |