mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-29 07:22:07 +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
|
#ifdef GIT_DESCRIPTION
|
||||||
#define VERSIONSTR GIT_DESCRIPTION
|
#define VERSIONSTR GIT_DESCRIPTION
|
||||||
#else
|
#else
|
||||||
#define VERSIONSTR "2.5pre"
|
#define VERSIONSTR "3.2pre"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// The version as seen in the Windows resource
|
// The version as seen in the Windows resource
|
||||||
#define RC_FILEVERSION 2,4,9999,0
|
#define RC_FILEVERSION 3,1,9999,0
|
||||||
#define RC_PRODUCTVERSION 2,4,9999,0
|
#define RC_PRODUCTVERSION 3,1,9999,0
|
||||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||||
// These are for content versioning. The current state is '2.4'.
|
// These are for content versioning. The current state is '2.4'.
|
||||||
#define VER_MAJOR 2
|
#define VER_MAJOR 3
|
||||||
#define VER_MINOR 5
|
#define VER_MINOR 2
|
||||||
#define VER_REVISION 0
|
#define VER_REVISION 0
|
||||||
|
|
||||||
// Version identifier for network games.
|
// Version identifier for network games.
|
||||||
|
|
Loading…
Reference in a new issue