From 36186a27cbda2d7d5d94636cff2e1a1abd61df7b Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Tue, 20 Nov 2018 09:19:02 +0100 Subject: [PATCH] + upd: compiler version changed to v191627024 (VS v.15.9.2) --- src/Version.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 98e179992..7594aa615 100644 --- a/src/Version.h +++ b/src/Version.h @@ -64,7 +64,9 @@ #if defined(_MSC_VER) #if (_MSC_VER >= 1916) - #if(_MSC_FULL_VER >= 191627023) + #if(_MSC_FULL_VER >= 191627024) + #define VER_CPL MS Visual C++ 2017 v15.9.2 + #elif(_MSC_FULL_VER >= 191627023) #define VER_CPL MS Visual C++ 2017 v15.9.(0-1) #endif #elif (_MSC_VER >= 1915)