From b0f7a6fa281be07d656a98da9b82ad1147dda972 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Thu, 2 Jul 2020 15:34:07 +0200 Subject: [PATCH] + ver: VS2019 version update - VS 16.6.3 --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index e65765ebf..1f6d45837 100644 --- a/src/Version.h +++ b/src/Version.h @@ -75,7 +75,7 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1926) #if(_MSC_FULL_VER >= 192628806) - #define VER_CPL MS Visual C++ 2019 v16.6.(1-2) + #define VER_CPL MS Visual C++ 2019 v16.6.(1-3) #elif(_MSC_FULL_VER >= 192628805) #define VER_CPL MS Visual C++ 2019 v16.6.0 #endif