mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix version string
This commit is contained in:
parent
e5c675c679
commit
36c5abf611
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…
Add table
Reference in a new issue