- Back to old version numbering scheme.

This commit is contained in:
drfrag666 2018-07-14 11:42:44 +02:00
parent 0b4d8d7a8e
commit 9dc67c7944

View file

@ -41,11 +41,11 @@ const char *GetVersionString();
/** Lots of different version numbers **/
#define VERSIONSTR "3.4.1"
#define VERSIONSTR "3.41a"
// The version as seen in the Windows resource
#define RC_FILEVERSION 3,4,1,0
#define RC_PRODUCTVERSION 3,4,1,0
#define RC_FILEVERSION 3,41,1
#define RC_PRODUCTVERSION 3,41,1
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning. The current state is '3.4'.
#define VER_MAJOR 3