From 5867c29ea85a43479da7f98ce39fc2fa166581b7 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 27 Oct 2019 12:27:41 +0800 Subject: Version - Tweak data for MSVC builds to indicate that it's unknown --- src/version.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/version.cpp') diff --git a/src/version.cpp b/src/version.cpp index b40196ff..28eef230 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -14,10 +14,10 @@ #ifdef _WIN32 # define VERSION_GIT_ISDIRTY 1 -# define VERSION_GIT_FULLHASH "" -# define VERSION_GIT_SHORTHASH "" -# define VERSION_BUILDTIME "" -# define VERSION_GIT_BRANCH "" +# define VERSION_GIT_FULLHASH "unknown" +# define VERSION_GIT_SHORTHASH "msvc" +# define VERSION_BUILDTIME "unknown" +# define VERSION_GIT_BRANCH "unknown" #endif unsigned int giVersion_Major = VERSION_MAJOR; -- cgit v1.2.3