diff --git a/src/Version.h b/src/Version.h index 80a07f22b..612fbdaaa 100644 --- a/src/Version.h +++ b/src/Version.h @@ -77,7 +77,9 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1929) - #if (_MSC_FULL_VER >= 192930040) + #if (_MSC_FULL_VER >= 192930133) + #define VER_CPL MS Visual C++ 2019 v16.11.0 + #elif (_MSC_FULL_VER >= 192930040) #define VER_CPL MS Visual C++ 2019 v16.10.4 #elif (_MSC_FULL_VER >= 192930038) #define VER_CPL MS Visual C++ 2019 v16.10.3