From 17bc4a4ef8c77e3d49793ebd285df966e5b304c4 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Thu, 26 Aug 2021 06:35:43 +0200 Subject: [PATCH] + Upd: MS VS 2019 version update (v16.11.2) --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 15249ab48..891a89317 100644 --- a/src/Version.h +++ b/src/Version.h @@ -78,7 +78,7 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1929) #if (_MSC_FULL_VER >= 192930133) - #define VER_CPL MS Visual C++ 2019 v16.11.(0-1) + #define VER_CPL MS Visual C++ 2019 v16.11.(0-2) #elif (_MSC_FULL_VER >= 192930040) #define VER_CPL MS Visual C++ 2019 v16.10.4 #elif (_MSC_FULL_VER >= 192930038)