diff --git a/include/MUtils/Version.h b/include/MUtils/Version.h index f273ab7..c8ca5ee 100644 --- a/include/MUtils/Version.h +++ b/include/MUtils/Version.h @@ -75,6 +75,8 @@ namespace MUtils static const char *const COMPILER_VERS = "MSVC 2013.3"; #elif (_MSC_FULL_VER == 180031101) static const char *const COMPILER_VERS = "MSVC 2013.4"; + #elif (_MSC_FULL_VER == 180040629) + static const char *const COMPILER_VERS = "MSVC 2013.5"; #else #error Compiler version is not supported yet! #endif