mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed a comment in version.h about the current ZScript version (it was out of date)
This commit is contained in:
parent
bbb8374b06
commit
62a4eb6b6d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ const char *GetVersionString();
|
|||
#define RC_FILEVERSION 3,1,9999,0
|
||||
#define RC_PRODUCTVERSION 3,1,9999,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning. The current state is '2.4'.
|
||||
// These are for content versioning. The current state is '3.2'.
|
||||
#define VER_MAJOR 3
|
||||
#define VER_MINOR 2
|
||||
#define VER_REVISION 0
|
||||
|
|
Loading…
Reference in a new issue