From 9ea928aaee5f9e24bdb345f369dcfe19a44595b3 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Mon, 21 Sep 2020 21:23:29 +0200 Subject: [PATCH] + ver: VS2019 version update - VS 16.7.4 --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 67e5a971b..e012c6be8 100644 --- a/src/Version.h +++ b/src/Version.h @@ -75,7 +75,7 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1927) #if(_MSC_FULL_VER >= 192729111) - #define VER_CPL MS Visual C++ 2019 v16.7.(1-3) + #define VER_CPL MS Visual C++ 2019 v16.7.(1-4) #elif(_MSC_FULL_VER >= 192729110) #define VER_CPL MS Visual C++ 2019 v16.7.0 #endif