diff --git a/src/Version.h b/src/Version.h index e2beef998..d56051847 100644 --- a/src/Version.h +++ b/src/Version.h @@ -74,7 +74,9 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1928) - #if (_MSC_FULL_VER >= 192829337) + #if (_MSC_FULL_VER >= 192829910) + #define VER_CPL MS Visual C++ 2019 v16.9.0 + #elif (_MSC_FULL_VER >= 192829337) #define VER_CPL MS Visual C++ 2019 v16.8.(5-6) #elif (_MSC_FULL_VER >= 192829336) #define VER_CPL MS Visual C++ 2019 v16.8.4