mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-04 01:41:56 +00:00
- ZScript version bump.
This commit is contained in:
parent
99fcfbdce0
commit
b0b9aa71dc
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ const char *GetVersionString();
|
|||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning.
|
||||
#define VER_MAJOR 4
|
||||
#define VER_MINOR 4
|
||||
#define VER_REVISION 2
|
||||
#define VER_MINOR 5
|
||||
#define VER_REVISION 0
|
||||
|
||||
// Version identifier for network games.
|
||||
// Bump it every time you do a release unless you're certain you
|
||||
|
|
Loading…
Reference in a new issue