mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 07:34:36 +00:00
- fixed: this should probably be bumped to match GZDoom
This commit is contained in:
parent
23141dc38a
commit
48e98c66de
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ const char *GetVersionString();
|
|||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning. The current state is '2.4'.
|
||||
#define VER_MAJOR 2
|
||||
#define VER_MINOR 4
|
||||
#define VER_MINOR 5
|
||||
#define VER_REVISION 0
|
||||
|
||||
// Version identifier for network games.
|
||||
|
|
Loading…
Reference in a new issue