• R/O
  • SSH

zandronum-sandbox-stable: Commit


Commit MetaInfo

Revisionaaf9e5da78d199f910ef2704dcac335a02dbbaa2 (tree)
Time2014-06-21 18:18:17
AuthorBenjamin Berkels <torr.samaho@quan...>
CommiterBenjamin Berkels

Log Message

- changed the version string to 1.2.2
- changed BUILD_ID/BUILD_ID_STR to release

Change Summary

Incremental Difference

diff -r 5dd3263fd7b1 -r aaf9e5da78d1 docs/zandronum-history.txt
--- a/docs/zandronum-history.txt Mon May 26 00:08:52 2014 +0300
+++ b/docs/zandronum-history.txt Sat Jun 21 11:18:17 2014 +0200
@@ -11,6 +11,11 @@
1111 =
1212 ===============================================================================================================
1313
14+1.2.2
15+-----
16+
17+- - Fixed: The server reported to be using a testing build instead of a stable one. [Torr Samaho]
18+
1419 1.2.1
1520 -----
1621
diff -r 5dd3263fd7b1 -r aaf9e5da78d1 src/version.h
--- a/src/version.h Mon May 26 00:08:52 2014 +0300
+++ b/src/version.h Sat Jun 21 11:18:17 2014 +0200
@@ -42,7 +42,7 @@
4242
4343 #define GAME_MAJOR_VERSION 1
4444 #define GAME_MINOR_VERSION 2
45-#define GAMEVER_STRING "1.2.1"
45+#define GAMEVER_STRING "1.2.2"
4646 #define DOTVERSIONSTR GAMEVER_STRING
4747 #define DOTVERSIONSTR_NOREV DOTVERSIONSTR
4848
@@ -66,8 +66,8 @@
6666 #define BUILD_PRIVATE 3
6767
6868 // [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.
7171
7272 // Version identifier for network games.
7373 // Bump it every time you do a release unless you're certain you
Show on old repository browser