From 099acd3bce528c2fde6848c76f7fe058a9447865 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sat, 20 Apr 2019 14:48:27 +0200 Subject: [PATCH] + update: version strings --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 168169c9d..6d2932be0 100644 --- a/src/Version.h +++ b/src/Version.h @@ -62,7 +62,7 @@ #if defined(_MSC_VER) #if (_MSC_VER >= 1920) #if(_MSC_FULL_VER >= 192027508) - #define VER_CPL MS Visual C++ 2019 v16.0.(0-1) + #define VER_CPL MS Visual C++ 2019 v16.0.(0-2) #elif(_MSC_FULL_VER >= 192027027) #define VER_CPL MS Visual C++ 2019 v16.0.Prev(1-4) #endif