mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Remove "Kart" in front of the version number
Just looks silly :V
This commit is contained in:
parent
822d26a6b7
commit
2d63b2780c
1 changed files with 2 additions and 2 deletions
|
|
@ -151,8 +151,8 @@ extern FILE *logstream;
|
||||||
#else
|
#else
|
||||||
#define VERSION 100 // Game version
|
#define VERSION 100 // Game version
|
||||||
#define SUBVERSION 0 // more precise version number
|
#define SUBVERSION 0 // more precise version number
|
||||||
#define VERSIONSTRING "Kart v1.0.0"
|
#define VERSIONSTRING "v1.0.0"
|
||||||
#define VERSIONSTRINGW L"Kart v1.0.0"
|
#define VERSIONSTRINGW L"v1.0.0"
|
||||||
// Hey! If you change this, add 1 to the MODVERSION below!
|
// Hey! If you change this, add 1 to the MODVERSION below!
|
||||||
// Otherwise we can't force updates!
|
// Otherwise we can't force updates!
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue