From a46840b3fce4c1670d3e4f4ebd25e90fbf3437e6 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Wed, 9 Jan 2019 12:21:42 +0100 Subject: [PATCH] + add: VS2017 (v.15.9.5) version info --- src/Version.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 5c3099d7f..3fa5da24c 100644 --- a/src/Version.h +++ b/src/Version.h @@ -68,7 +68,9 @@ #define VER_CPL MS Visual C++ 2019 16.0.0_Prev #endif #elif (_MSC_VER >= 1916) - #if(_MSC_FULL_VER >= 191627025) + #if(_MSC_FULL_VER >= 191627026) + #define VER_CPL MS Visual C++ 2017 v15.9.5 + #elif(_MSC_FULL_VER >= 191627025) #define VER_CPL MS Visual C++ 2017 v15.9.4 #elif(_MSC_FULL_VER >= 191627024) #define VER_CPL MS Visual C++ 2017 v15.9.(2-3)