- Revert "- fixed: Change compiled exe version strings to match git repo numbers."

gitinfo.h was still being included with MinGW and it was a waste of time on every commit anyway.
This commit is contained in:
drfrag666 2018-05-21 10:28:23 +02:00
parent 4a114d363b
commit 0552c8fbb3

View file

@ -34,10 +34,6 @@
#ifndef __VERSION_H__
#define __VERSION_H__
#if defined(_WIN32) && defined(_MSC_VER)
#include "gitinfo.h"
#endif // _WIN32
const char *GetGitDescription();
const char *GetGitHash();
const char *GetGitTime();
@ -45,11 +41,7 @@ const char *GetVersionString();
/** Lots of different version numbers **/
#ifdef GIT_DESCRIPTION
#define VERSIONSTR GIT_DESCRIPTION
#else
#define VERSIONSTR "3.4pre"
#endif
// The version as seen in the Windows resource
#define RC_FILEVERSION 3,3,9999,0