mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Fix version string
This commit is contained in:
parent
d0629a9c13
commit
3ce6b8a54f
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ extern char logfilename[1024];
|
|||
#else
|
||||
#define VERSION 1 // Game version
|
||||
#define SUBVERSION 2 // more precise version number
|
||||
#define VERSIONSTRING "v1.2 (HTTP MS)"
|
||||
#define VERSIONSTRINGW L"v1.2 (HTTP MS)"
|
||||
#define VERSIONSTRING "v1.2"
|
||||
#define VERSIONSTRINGW L"v1.2"
|
||||
// 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 appveyor.yml, for the build bots!
|
||||
|
|
Loading…
Reference in a new issue