# HG changeset patch # User Adam Kaminski # Date 1639258555 18000 # Sat Dec 11 16:35:55 2021 -0500 # Node ID 4d8d6bea463743df0a80ac93ef976faab0f80737 # Parent 04b020870b50b0c6711325e14c83761649c97b08 - changed the version string to 3.1 - changed BUILD_ID/BUILD_ID_STR to release diff -r 04b020870b50 -r 4d8d6bea4637 src/version.h --- a/src/version.h Sat Dec 11 16:34:48 2021 -0500 +++ b/src/version.h Sat Dec 11 16:35:55 2021 -0500 @@ -47,7 +47,7 @@ #define GAME_MAJOR_VERSION 3 #define GAME_MINOR_VERSION 1 #define GAMEVER_STRING "3.1" -#define DOTVERSIONSTR GAMEVER_STRING "-alpha" +#define DOTVERSIONSTR GAMEVER_STRING #define VERSIONSTR DOTVERSIONSTR // [BB] The version string that includes revision / compatibility data. @@ -66,8 +66,8 @@ #define BUILD_PRIVATE 3 // [RC] Release code ID for this build. -#define BUILD_ID BUILD_INTERNAL -#define BUILD_ID_STR "Internal" // Used in the exe's metadata. +#define BUILD_ID BUILD_RELEASE +#define BUILD_ID_STR "Release" // Used in the exe's metadata. // Version identifier for network games. // Bump it every time you do a release unless you're certain you