mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-27 07:51:36 +00:00
Remove unique version number
This commit is contained in:
parent
fe28094c0c
commit
032a755ef7
1 changed files with 2 additions and 2 deletions
|
|
@ -151,8 +151,8 @@ extern FILE *logstream;
|
|||
#else
|
||||
#define VERSION 100 // Game version
|
||||
#define SUBVERSION 4 // more precise version number
|
||||
#define VERSIONSTRING "v1.0.4 Netreplays"
|
||||
#define VERSIONSTRINGW L"v1.0.4 Netreplays"
|
||||
#define VERSIONSTRING "v1.0.4"
|
||||
#define VERSIONSTRINGW L"v1.0.4"
|
||||
// Hey! If you change this, add 1 to the MODVERSION below!
|
||||
// Otherwise we can't force updates!
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue