From bd190d1aec510b69c61e9efa2e62e25cb2373e67 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 26 Apr 2022 20:32:23 +0200 Subject: [PATCH] +upd: version info for MS VS2022 (v17.1.6) update --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index a747607d9..cb3b4861c 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 >= 193131107) - #define VER_CPL MS Visual C++ 2022 v17.1.5 + #define VER_CPL MS Visual C++ 2022 v17.1.(5-6) #elif (_MSC_FULL_VER >= 193131106) #define VER_CPL MS Visual C++ 2022 v17.1.4 #elif (_MSC_FULL_VER >= 193131105)