Always define VERSION if not defined

This commit is contained in:
bnnm 2016-12-10 10:09:13 +01:00
parent 01b01803ce
commit 85d34a7901

View File

@ -14,11 +14,9 @@
#endif
#ifndef VERSION
#ifdef _MSC_VER
// To include the git version number / commit in test.exe, compile outside of Visual Studio and make sure git is in the current PATH.
/* To include the git version number / commit in test.exe, compile outside of Visual Studio and make sure git / sh is in the current PATH */
#define VERSION ""
#endif
#endif
#define BUFSIZE 4000