From c129abec1946b367cc903de143326dae585c2be5 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 23 Aug 2022 23:50:14 +0200 Subject: [PATCH] +upd: version info for MS VS2022 (v17.3.2) update --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index f03c092b2..8bf002eeb 100644 --- a/src/Version.h +++ b/src/Version.h @@ -78,7 +78,7 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1933) #if (_MSC_FULL_VER >= 193331629) - #define VER_CPL MS Visual C++ 2022 v17.3.(0-1) + #define VER_CPL MS Visual C++ 2022 v17.3.(0-2) #endif #elif (_MSC_VER == 1932) #if (_MSC_FULL_VER >= 193231332)