mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-01 15:21:03 +00:00
Prefix with Kart
This commit is contained in:
parent
ec04ebdda3
commit
06c0e609c3
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@ extern FILE *logstream;
|
|||
#else
|
||||
#define VERSION 100 // Game version
|
||||
#define SUBVERSION 0 // more precise version number
|
||||
#define VERSIONSTRING "v1.0.0"
|
||||
#define VERSIONSTRINGW L"v1.0.0"
|
||||
#define VERSIONSTRING "Kart v1.0.0"
|
||||
#define VERSIONSTRINGW L"Kart v1.0.0"
|
||||
// Hey! If you change this, add 1 to the MODVERSION below!
|
||||
// Otherwise we can't force updates!
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue