Change versionstring to 2.2.0

This commit is contained in:
MascaraSnake 2019-12-06 23:47:05 +01:00
parent f6563c85ed
commit 0d22970c78
1 changed files with 2 additions and 2 deletions

View File

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