mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- Now we are at 3.2pre.
This commit is contained in:
parent
d8d4723ae1
commit
1bd3098dec
1 changed files with 5 additions and 5 deletions
|
@ -48,16 +48,16 @@ const char *GetVersionString();
|
|||
#ifdef GIT_DESCRIPTION
|
||||
#define VERSIONSTR GIT_DESCRIPTION
|
||||
#else
|
||||
#define VERSIONSTR "2.5pre"
|
||||
#define VERSIONSTR "3.2pre"
|
||||
#endif
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 2,4,9999,0
|
||||
#define RC_PRODUCTVERSION 2,4,9999,0
|
||||
#define RC_FILEVERSION 3,1,9999,0
|
||||
#define RC_PRODUCTVERSION 3,1,9999,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning. The current state is '2.4'.
|
||||
#define VER_MAJOR 2
|
||||
#define VER_MINOR 5
|
||||
#define VER_MAJOR 3
|
||||
#define VER_MINOR 2
|
||||
#define VER_REVISION 0
|
||||
|
||||
// Version identifier for network games.
|
||||
|
|
Loading…
Reference in a new issue