From 9b4ccdefd8d38044a6b2c6fdf2ab1c7bbf3bdfd6 Mon Sep 17 00:00:00 2001 From: "METANEOCORTEX\\Kotti" Date: Thu, 16 Dec 2021 23:47:03 +0100 Subject: [PATCH] +upd: Version info (new VS2022, no upd for VS2019) --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 1fb5022b0..1d13f38e3 100644 --- a/src/Version.h +++ b/src/Version.h @@ -78,7 +78,7 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1930) #if (_MSC_FULL_VER >= 193030706) - #define VER_CPL MS Visual C++ 2022 v17.0.(2-3) + #define VER_CPL MS Visual C++ 2022 v17.0.(2-4) #elif (_MSC_FULL_VER >= 193030705) #define VER_CPL MS Visual C++ 2022 v17.0.(0-1) #endif