- set correct version for QZDoom

This commit is contained in:
Rachael Alexanderson 2017-11-07 11:58:39 -05:00
parent a87b24b510
commit 1f10a9fc11

View file

@ -48,12 +48,12 @@ const char *GetVersionString();
#ifdef GIT_DESCRIPTION
#define VERSIONSTR GIT_DESCRIPTION
#else
#define VERSIONSTR "3.3pre"
#define VERSIONSTR "2.1pre"
#endif
// The version as seen in the Windows resource
#define RC_FILEVERSION 3,2,9999,0
#define RC_PRODUCTVERSION 3,2,9999,0
#define RC_FILEVERSION 2,1,9999,0
#define RC_PRODUCTVERSION 2,1,9999,0
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning. The current state is '3.3'.
#define VER_MAJOR 3