From fb6223c8a4862b984216289d69cabb40be3121a1 Mon Sep 17 00:00:00 2001 From: "METANEOCORTEX\\Kotti" Date: Mon, 30 May 2022 08:52:26 +0200 Subject: [PATCH 1/2] + ver: VS2019 update --- src/Version.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index b0e88edd2..ad1d7d538 100644 --- a/src/Version.h +++ b/src/Version.h @@ -101,7 +101,11 @@ #define VER_CPL MS Visual C++ 2022 v17.0.(0-1) #endif #elif (_MSC_VER == 1929) - #if (_MSC_FULL_VER >= 192930143) + #if (_MSC_FULL_VER >= 192930145) + #define VER_CPL MS Visual C++ 2019 v16.11.15 + #elif (_MSC_FULL_VER >= 192930144) + #define VER_CPL MS Visual C++ 2019 v16.11.14 + #elif (_MSC_FULL_VER >= 192930143) #define VER_CPL MS Visual C++ 2019 v16.11.13 #elif (_MSC_FULL_VER >= 192930142) #define VER_CPL MS Visual C++ 2019 v16.11.12 From 340735ca7129d95b1157fb9b59e9c2d9def11d57 Mon Sep 17 00:00:00 2001 From: "METANEOCORTEX\\Kotti" Date: Thu, 28 Jul 2022 09:32:49 +0200 Subject: [PATCH 2/2] +upd: version info for MS VS2019 (v16.11.16) update --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 1efd30a15..0dda1dbb7 100644 --- a/src/Version.h +++ b/src/Version.h @@ -104,7 +104,7 @@ #endif #elif (_MSC_VER == 1929) #if (_MSC_FULL_VER >= 192930145) - #define VER_CPL MS Visual C++ 2019 v16.11.15 + #define VER_CPL MS Visual C++ 2019 v16.11.(15-16) #elif (_MSC_FULL_VER >= 192930144) #define VER_CPL MS Visual C++ 2019 v16.11.14 #elif (_MSC_FULL_VER >= 192930143)