mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-17 23:21:05 +00:00
Remove unique version number
This commit is contained in:
parent
285ab9c9b9
commit
4638722632
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 4 // more precise version number
|
#define SUBVERSION 4 // more precise version number
|
||||||
#define VERSIONSTRING "v1.0.4 Netreplays"
|
#define VERSIONSTRING "v1.0.4"
|
||||||
#define VERSIONSTRINGW L"v1.0.4 Netreplays"
|
#define VERSIONSTRINGW L"v1.0.4"
|
||||||
// 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…
Reference in a new issue