From 7ac82b6e79a67f2c35bfc2035f8bf8967d8ddc0c Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Fri, 3 Dec 2021 22:15:55 +0100 Subject: [PATCH] + Upd: MS VS 2022 version update (v17.0.2) --- src/Version.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 50d0439bd..e34ba1ac1 100644 --- a/src/Version.h +++ b/src/Version.h @@ -77,7 +77,9 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1930) - #if (_MSC_FULL_VER >= 193030705) + #if (_MSC_FULL_VER >= 193030706) + #define VER_CPL MS Visual C++ 2022 v17.0.2 + #elif (_MSC_FULL_VER >= 193030705) #define VER_CPL MS Visual C++ 2022 v17.0.(0-1) #endif #elif (_MSC_VER == 1929)