• R/O
  • SSH

zandronum-sandbox-stable: Commit


Commit MetaInfo

Revisionadc66715cdc4c7d920ee617fd70ff8d7e8d90fa2 (tree)
Time2014-10-06 04:47:04
AuthorBenjamin Berkels <torr.samaho@quan...>
CommiterBenjamin Berkels

Log Message

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

Change Summary

Incremental Difference

diff -r fc639314117d -r adc66715cdc4 src/version.h
--- a/src/version.h Sun Oct 05 21:46:26 2014 +0200
+++ b/src/version.h Sun Oct 05 21:47:04 2014 +0200
@@ -43,7 +43,7 @@
4343 #define GAME_MAJOR_VERSION 1
4444 #define GAME_MINOR_VERSION 2
4545 #define GAMEVER_STRING "1.3"
46-#define DOTVERSIONSTR GAMEVER_STRING "-alpha"
46+#define DOTVERSIONSTR GAMEVER_STRING
4747 #define DOTVERSIONSTR_NOREV DOTVERSIONSTR
4848
4949 #define ZDVER_STRING "2.3.1"
@@ -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