mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Change versionstring to 2.2.0
This commit is contained in:
parent
7f0bb0686d
commit
e31a10df30
1 changed files with 2 additions and 2 deletions
|
|
@ -140,8 +140,8 @@ extern FILE *logstream;
|
||||||
#else
|
#else
|
||||||
#define VERSION 202 // Game version
|
#define VERSION 202 // Game version
|
||||||
#define SUBVERSION 0 // more precise version number
|
#define SUBVERSION 0 // more precise version number
|
||||||
#define VERSIONSTRING "v2.2"
|
#define VERSIONSTRING "v2.2.0"
|
||||||
#define VERSIONSTRINGW L"v2.2"
|
#define VERSIONSTRINGW L"v2.2.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