From 2902d6299acc958f43260697e2ed4eb65672fec8 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Thu, 21 Mar 2019 00:15:29 +0100 Subject: [PATCH] + upd: VS2019 compiler toolset update --- src/Version.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 4cd9d9462..24f1aaccc 100644 --- a/src/Version.h +++ b/src/Version.h @@ -61,7 +61,9 @@ #if defined(_MSC_VER) #if (_MSC_VER >= 1920) - #if(_MSC_FULL_VER >= v192027404) + #if(_MSC_FULL_VER >= 192027508) + #define VER_CPL MS Visual C++ 2019 16.0.0 Prev 4.3 + #elif(_MSC_FULL_VER >= 192027404) #define VER_CPL MS Visual C++ 2019 16.0.0 Prev 4.(0-2) #elif(_MSC_FULL_VER >= 192027323) #define VER_CPL MS Visual C++ 2019 16.0.0 Prev 3.0