summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2019-10-27 12:27:41 +0800
committerJohn Hodge <tpg@mutabah.net>2019-10-27 12:27:41 +0800
commit5867c29ea85a43479da7f98ce39fc2fa166581b7 (patch)
tree22af47a27b13d0a450e61fc871ddb7a7eed81c90 /src
parente7da7df99a3597cfdc8fa0feca970f54736dc866 (diff)
downloadmrust-5867c29ea85a43479da7f98ce39fc2fa166581b7.tar.gz
Version - Tweak data for MSVC builds to indicate that it's unknown
Diffstat (limited to 'src')
-rw-r--r--src/version.cpp8
1 files changed, 4 insertions, 4 deletions
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;