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