# HG changeset patch # User Adam Kaminski # Date 1641397804 18000 # Wed Jan 05 10:50:04 2022 -0500 # Node ID 96d2b45f99e6fbfd177a45595aa1202aa16f7a3a # Parent 6a5692285856ff99b73161329bb1bb4fa92bd2ca - changed the version string to 3.1.1-alpha - changed BUILD_ID/BUILD_ID_STR to internal diff -r 6a5692285856 -r 96d2b45f99e6 src/version.h --- a/src/version.h Wed Jan 05 10:41:38 2022 -0500 +++ b/src/version.h Wed Jan 05 10:50:04 2022 -0500 @@ -46,8 +46,8 @@ #define GAME_MAJOR_VERSION 3 #define GAME_MINOR_VERSION 1 -#define GAMEVER_STRING "3.1" -#define DOTVERSIONSTR GAMEVER_STRING +#define GAMEVER_STRING "3.1.1" +#define DOTVERSIONSTR GAMEVER_STRING "-alpha" #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_RELEASE -#define BUILD_ID_STR "Release" // Used in the exe's metadata. +#define BUILD_ID BUILD_INTERNAL +#define BUILD_ID_STR "Internal" // Used in the exe's metadata. // Version identifier for network games. // Bump it every time you do a release unless you're certain you