mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-29 15:22:08 +00:00
- this is version 3.7.1
This commit is contained in:
parent
4a9947eaa1
commit
74b60adda6
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.0"
|
||||
#define VERSIONSTR "3.7.1"
|
||||
#endif
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 3,7,0,0
|
||||
#define RC_PRODUCTVERSION 3,7,0,0
|
||||
#define RC_FILEVERSION 3,7,1,0
|
||||
#define RC_PRODUCTVERSION 3,7,1,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning.
|
||||
#define VER_MAJOR 3
|
||||
#define VER_MINOR 7
|
||||
#define VER_REVISION 0
|
||||
#define VER_REVISION 1
|
||||
|
||||
// Version identifier for network games.
|
||||
// Bump it every time you do a release unless you're certain you
|
||||
|
|
Loading…
Reference in a new issue