Remove "Kart" in front of the version number

Just looks silly :V
This commit is contained in:
TehRealSalt 2018-11-14 01:12:58 -05:00
parent f10e7bade4
commit 106d8c6d3f

View file

@ -151,8 +151,8 @@ extern FILE *logstream;
#else
#define VERSION 100 // Game version
#define SUBVERSION 0 // more precise version number
#define VERSIONSTRING "Kart v1.0.0"
#define VERSIONSTRINGW L"Kart v1.0.0"
#define VERSIONSTRING "v1.0.0"
#define VERSIONSTRINGW L"v1.0.0"
// Hey! If you change this, add 1 to the MODVERSION below!
// Otherwise we can't force updates!
#endif