mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 05:30:48 +00:00
Change versionstring to 2.2.0
This commit is contained in:
parent
f6563c85ed
commit
0d22970c78
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue