mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-01 23:31:06 +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
|
#ifdef GIT_DESCRIPTION
|
||||||
#define VERSIONSTR GIT_DESCRIPTION
|
#define VERSIONSTR GIT_DESCRIPTION
|
||||||
#else
|
#else
|
||||||
#define VERSIONSTR "3.7.1"
|
#define VERSIONSTR "3.7.2"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// The version as seen in the Windows resource
|
// The version as seen in the Windows resource
|
||||||
#define RC_FILEVERSION 3,7,1,0
|
#define RC_FILEVERSION 3,7,2,0
|
||||||
#define RC_PRODUCTVERSION 3,7,1,0
|
#define RC_PRODUCTVERSION 3,7,2,0
|
||||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||||
// These are for content versioning.
|
// These are for content versioning.
|
||||||
#define VER_MAJOR 3
|
#define VER_MAJOR 3
|
||||||
#define VER_MINOR 7
|
#define VER_MINOR 7
|
||||||
#define VER_REVISION 1
|
#define VER_REVISION 2
|
||||||
|
|
||||||
// Version identifier for network games.
|
// Version identifier for network games.
|
||||||
// Bump it every time you do a release unless you're certain you
|
// Bump it every time you do a release unless you're certain you
|
||||||
|
|
Loading…
Reference in a new issue