From fef745a92f80efafd2a2e97cb4e14b732675c248 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 10 Aug 2022 12:15:33 +0200 Subject: [PATCH] +upd: version info for MS VS2022 (v17.3.0) update (correction) --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 88442aabf..24a2bb623 100644 --- a/src/Version.h +++ b/src/Version.h @@ -81,7 +81,7 @@ #define VER_CPL MS Visual C++ 2022 v17.3.0 #endif #elif (_MSC_VER == 1932) - #elif (_MSC_FULL_VER >= 193231332) + #if (_MSC_FULL_VER >= 193231332) #define VER_CPL MS Visual C++ 2022 v17.2.(5-6) #elif (_MSC_FULL_VER >= 193231329) #define VER_CPL MS Visual C++ 2022 v17.2.(1-4)