This is a fork of Zandronum used on servers hosted by The Sentinels Playground (TSPG).
リビジョン | dd3c3b57023f64cda84f09ed13e4c03a4ad2b920 (tree) |
---|---|
日時 | 2017-09-01 20:40:50 |
作者 | Benjamin Berkels <torr.samaho@quan...> |
コミッター | Benjamin Berkels |
- changed the version string to 3.0
- changed BUILD_ID/BUILD_ID_STR to release
@@ -47,7 +47,7 @@ | ||
47 | 47 | #define GAME_MAJOR_VERSION 3 |
48 | 48 | #define GAME_MINOR_VERSION 0 |
49 | 49 | #define GAMEVER_STRING "3.0" |
50 | -#define DOTVERSIONSTR GAMEVER_STRING "-alpha" | |
50 | +#define DOTVERSIONSTR GAMEVER_STRING | |
51 | 51 | #define VERSIONSTR DOTVERSIONSTR |
52 | 52 | |
53 | 53 | // [BB] The version string that includes revision / compatibility data. |
@@ -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 |