summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Version.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index ea7fd6a..e75de93 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -72,7 +72,9 @@
#endif
#elif defined(_MSC_VER)
#if _MSC_VER == 1800
- #if (_MSC_FULL_VER == 180030723)
+ #if (_MSC_FULL_VER == 180031101)
+ #define VERSION_COMPILER L"MSVC 2013 Update 4"
+ #elif (_MSC_FULL_VER == 180030723)
#define VERSION_COMPILER L"MSVC 2013 Update 3"
#elif (_MSC_FULL_VER == 180030501)
#define VERSION_COMPILER L"MSVC 2013 Update 2"