From 291d2f5ed73ba5c7d33c822be2f43bb42c676b51 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Thu, 31 Mar 2022 20:07:30 +0200 Subject: [PATCH] +upd: version info for MS VS2022 (v17.1.3) update --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 0b90292a2..08f58d599 100644 --- a/src/Version.h +++ b/src/Version.h @@ -78,7 +78,7 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1931) #if (_MSC_FULL_VER >= 193131105) - #define VER_CPL MS Visual C++ 2022 v17.1.2 + #define VER_CPL MS Visual C++ 2022 v17.1.(2-3) #endif #elif (_MSC_VER == 1931) #if (_MSC_FULL_VER >= 193131104)