From 665d85b90d1f10da0d871b623b272ce559db91ae Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 14 Oct 2020 16:49:17 +0200 Subject: [PATCH] + upd: MS VS 2019 version update (v16.7.6) --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index c413c057f..da5a37007 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 >= 192729112) - #define VER_CPL MS Visual C++ 2019 v16.7.5 + #define VER_CPL MS Visual C++ 2019 v16.7.(5-6) #elif(_MSC_FULL_VER >= 192729111) #define VER_CPL MS Visual C++ 2019 v16.7.(1-4) #elif(_MSC_FULL_VER >= 192729110)