From 46b0a24878286b15e66d3a220b6d43151739caee Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Fri, 1 Feb 2019 14:26:57 +0100 Subject: [PATCH] + upd: version detection for VS2019 16.0.0 Preview 2.1 --- src/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Version.h b/src/Version.h index 2c8463108..0a4869f19 100644 --- a/src/Version.h +++ b/src/Version.h @@ -65,9 +65,9 @@ #if defined(_MSC_VER) #if (_MSC_VER >= 1920) #if(_MSC_FULL_VER >= 192027305) - #define VER_CPL MS Visual C++ 2019 16.0.Prev 2.0 + #define VER_CPL MS Visual C++ 2019 16.0.0 Prev 2.(0-1) #elif(_MSC_FULL_VER >= 192027027) - #define VER_CPL MS Visual C++ 2019 16.0.Prev 1.0 + #define VER_CPL MS Visual C++ 2019 16.0.0 Prev 1.0 #endif #elif (_MSC_VER >= 1916) #if(_MSC_FULL_VER >= 191627026)