mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- bump ZScript version number to 3.6.0, since GZDoom 3.5.1 updated it and that's not yet reflected in the master.
This commit is contained in:
parent
d263f7bcc8
commit
0c4e6f88a6
1 changed files with 2 additions and 2 deletions
|
@ -55,9 +55,9 @@ const char *GetVersionString();
|
||||||
#define RC_FILEVERSION 3,5,9999,0
|
#define RC_FILEVERSION 3,5,9999,0
|
||||||
#define RC_PRODUCTVERSION 3,5,9999,0
|
#define RC_PRODUCTVERSION 3,5,9999,0
|
||||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||||
// These are for content versioning. The current state is '3.5'.
|
// These are for content versioning.
|
||||||
#define VER_MAJOR 3
|
#define VER_MAJOR 3
|
||||||
#define VER_MINOR 5
|
#define VER_MINOR 6
|
||||||
#define VER_REVISION 0
|
#define VER_REVISION 0
|
||||||
|
|
||||||
// Version identifier for network games.
|
// Version identifier for network games.
|
||||||
|
|
Loading…
Reference in a new issue