Skip to content
Snippets Groups Projects
Commit 0d22970c authored by MascaraSnake's avatar MascaraSnake
Browse files

Change versionstring to 2.2.0

parent f6563c85
Branches
Tags
No related merge requests found
...@@ -140,8 +140,8 @@ extern FILE *logstream; ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment