mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-25 05:11:04 +00:00
- Version 2.4
This commit is contained in:
parent
97ce83d2d8
commit
244bb0f96f
1 changed files with 3 additions and 3 deletions
|
@ -46,12 +46,12 @@ const char *GetVersionString();
|
|||
#ifdef GIT_DESCRIPTION
|
||||
#define VERSIONSTR GIT_DESCRIPTION
|
||||
#else
|
||||
#define VERSIONSTR "2.3pre"
|
||||
#define VERSIONSTR "2.4.0"
|
||||
#endif
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 2,3,9999,0
|
||||
#define RC_PRODUCTVERSION 2,3,9999,0
|
||||
#define RC_FILEVERSION 2,4,0,0
|
||||
#define RC_PRODUCTVERSION 2,4,0,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning. The current state is '2.4'.
|
||||
#define VER_MAJOR 2
|
||||
|
|
Loading…
Reference in a new issue