mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-21 09:01:37 +00:00
- this is version 3.7.0
This commit is contained in:
parent
777fa53b27
commit
475b57f291
1 changed files with 3 additions and 3 deletions
|
@ -48,12 +48,12 @@ const char *GetVersionString();
|
|||
#ifdef GIT_DESCRIPTION
|
||||
#define VERSIONSTR GIT_DESCRIPTION
|
||||
#else
|
||||
#define VERSIONSTR "3.7pre"
|
||||
#define VERSIONSTR "3.7.0"
|
||||
#endif
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 3,6,9999,0
|
||||
#define RC_PRODUCTVERSION 3,6,9999,0
|
||||
#define RC_FILEVERSION 3,7,0,0
|
||||
#define RC_PRODUCTVERSION 3,7,0,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning.
|
||||
#define VER_MAJOR 3
|
||||
|
|
Loading…
Reference in a new issue