summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;