From 04840252bf66b423ca76979688cac9c79a392175 Mon Sep 17 00:00:00 2001 From: "METANEOCORTEX\\Kotti" Date: Wed, 12 Jan 2022 09:23:25 +0100 Subject: [PATCH] +upd: version info for VS2019 (v16.11.9) update --- src/Version.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 3c9b5e15f..da8a4e969 100644 --- a/src/Version.h +++ b/src/Version.h @@ -83,7 +83,9 @@ #define VER_CPL MS Visual C++ 2022 v17.0.(0-1) #endif #elif (_MSC_VER == 1929) - #if (_MSC_FULL_VER >= 192930138) + #if (_MSC_FULL_VER >= 192930139) + #define VER_CPL MS Visual C++ 2019 v16.11.9 + #elif (_MSC_FULL_VER >= 192930138) #define VER_CPL MS Visual C++ 2019 v16.11.8 #elif (_MSC_FULL_VER >= 192930137) #define VER_CPL MS Visual C++ 2019 v16.11.(6-7)