mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-29 07:12:36 +00:00
- version is 3.7.2.
This commit is contained in:
parent
44af2f5878
commit
0591e9f5b3
1 changed files with 4 additions and 4 deletions
|
@ -48,17 +48,17 @@ const char *GetVersionString();
|
|||
#ifdef GIT_DESCRIPTION
|
||||
#define VERSIONSTR GIT_DESCRIPTION
|
||||
#else
|
||||
#define VERSIONSTR "3.7.1"
|
||||
#define VERSIONSTR "3.7.2"
|
||||
#endif
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 3,7,1,0
|
||||
#define RC_PRODUCTVERSION 3,7,1,0
|
||||
#define RC_FILEVERSION 3,7,2,0
|
||||
#define RC_PRODUCTVERSION 3,7,2,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning.
|
||||
#define VER_MAJOR 3
|
||||
#define VER_MINOR 7
|
||||
#define VER_REVISION 1
|
||||
#define VER_REVISION 2
|
||||
|
||||
// Version identifier for network games.
|
||||
// Bump it every time you do a release unless you're certain you
|
||||
|
|
Loading…
Reference in a new issue