- fixed: Change compiled exe version strings to match git repo numbers. This is viewable in Windows by right-clicking on the executable and selecting "Properties".

This commit is contained in:
Rachael Alexanderson 2017-02-15 10:10:54 -05:00
parent 165a980065
commit c2eed19b51
1 changed files with 5 additions and 1 deletions

View File

@ -41,12 +41,16 @@ const char *GetVersionString();
/** Lots of different version numbers **/
#ifdef GIT_DESCRIPTION
#define VERSIONSTR GIT_DESCRIPTION
#else
#define VERSIONSTR "2.3pre"
#endif
// The version as seen in the Windows resource
#define RC_FILEVERSION 2,3,9999,0
#define RC_PRODUCTVERSION 2,3,9999,0
#define RC_PRODUCTVERSION2 "2.3pre"
#define RC_PRODUCTVERSION2 VERSIONSTR
// Version identifier for network games.
// Bump it every time you do a release unless you're certain you