From 5a61df67edf2f7e55abe0fa22493e84cb8715b70 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Mon, 21 Mar 2022 21:45:55 +0100 Subject: [PATCH] +upd: version info for MS VS2022 (v17.1.1) update --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 870a046da..bc29cc668 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 >= 193131104) - #define VER_CPL MS Visual C++ 2022 v17.1.0 + #define VER_CPL MS Visual C++ 2022 v17.1.(0-1) #endif #elif (_MSC_VER == 1930) #if (_MSC_FULL_VER >= 193030709)