From 85d34a79012e37c39a14633605b172cddf6719bc Mon Sep 17 00:00:00 2001 From: bnnm Date: Sat, 10 Dec 2016 10:09:13 +0100 Subject: [PATCH] Always define VERSION if not defined --- test/test.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/test.c b/test/test.c index e5c4ef6c..4eb7c94b 100644 --- a/test/test.c +++ b/test/test.c @@ -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