• R/O
  • SSH

zandronum-sandbox-stable: Commit


Commit MetaInfo

Revisiondeb66bd05d8b75a6862ced3d2e4b497f7d13b10d (tree)
Time2010-11-07 06:52:47
AuthorBenjamin Berkels <torr.samaho@quan...>
CommiterBenjamin Berkels

Log Message

- changed the version string to 0.98d
- changed BUILD_ID/BUILD_ID_STR to release

SVN r3021 (latestzdoom)

Change Summary

Incremental Difference

diff -r 30d907371aa5 -r deb66bd05d8b src/version.h
--- a/src/version.h Sat Nov 06 21:42:53 2010 +0000
+++ b/src/version.h Sat Nov 06 21:52:47 2010 +0000
@@ -41,7 +41,7 @@
4141 /** Lots of different version numbers **/
4242
4343 #define STVER_STRING "98d"
44-#define DOTVERSIONSTR "0." STVER_STRING "-alpha"
44+#define DOTVERSIONSTR "0." STVER_STRING
4545 #define DOTVERSIONSTR_NOREV DOTVERSIONSTR
4646
4747 #define ZDVER_STRING "2.3.1"
@@ -64,8 +64,8 @@
6464 #define BUILD_PRIVATE 3
6565
6666 // [RC] Release code ID for this build.
67-#define BUILD_ID BUILD_INTERNAL
68-#define BUILD_ID_STR "Internal" // Used in the exe's metadata.
67+#define BUILD_ID BUILD_RELEASE
68+#define BUILD_ID_STR "Release" // Used in the exe's metadata.
6969
7070 // Version identifier for network games.
7171 // Bump it every time you do a release unless you're certain you
Show on old repository browser