mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-29 05:41:02 +00:00
Identify this branch with VERSIONSTRING
This is temporary.
This commit is contained in:
parent
2f63f97692
commit
9dc72f46a2
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ extern char logfilename[1024];
|
||||||
#else
|
#else
|
||||||
#define VERSION 1 // Game version
|
#define VERSION 1 // Game version
|
||||||
#define SUBVERSION 2 // more precise version number
|
#define SUBVERSION 2 // more precise version number
|
||||||
#define VERSIONSTRING "v1.2"
|
#define VERSIONSTRING "v1.2 (HTTP MS)"
|
||||||
#define VERSIONSTRINGW L"v1.2"
|
#define VERSIONSTRINGW L"v1.2 (HTTP MS)"
|
||||||
// Hey! If you change this, add 1 to the MODVERSION below! Otherwise we can't force updates!
|
// Hey! If you change this, add 1 to the MODVERSION below! Otherwise we can't force updates!
|
||||||
// And change CMakeLists.txt, for CMake users!
|
// And change CMakeLists.txt, for CMake users!
|
||||||
// AND appveyor.yml, for the build bots!
|
// AND appveyor.yml, for the build bots!
|
||||||
|
|
Loading…
Reference in a new issue