mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-18 23:52:02 +00:00
- q2.1pre version
This commit is contained in:
parent
e2744102c5
commit
28950b8a5d
1 changed files with 3 additions and 3 deletions
|
@ -48,12 +48,12 @@ const char *GetVersionString();
|
||||||
#ifdef GIT_DESCRIPTION
|
#ifdef GIT_DESCRIPTION
|
||||||
#define VERSIONSTR GIT_DESCRIPTION
|
#define VERSIONSTR GIT_DESCRIPTION
|
||||||
#else
|
#else
|
||||||
#define VERSIONSTR "1.4pre"
|
#define VERSIONSTR "2.1pre"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// The version as seen in the Windows resource
|
// The version as seen in the Windows resource
|
||||||
#define RC_FILEVERSION 1,4,9999,0
|
#define RC_FILEVERSION 2,1,9999,0
|
||||||
#define RC_PRODUCTVERSION 1,4,9999,0
|
#define RC_PRODUCTVERSION 2,1,9999,0
|
||||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||||
// These are for content versioning. The current state is '3.2'.
|
// These are for content versioning. The current state is '3.2'.
|
||||||
#define VER_MAJOR 3
|
#define VER_MAJOR 3
|
||||||
|
|
Loading…
Reference in a new issue