diff --git a/src/Version.h b/src/Version.h index fd78376b1..73428bc53 100644 --- a/src/Version.h +++ b/src/Version.h @@ -77,7 +77,9 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1928) - #if (_MSC_FULL_VER >= 192829912) + #if (_MSC_FULL_VER >= 192829913) + #define VER_CPL MS Visual C++ 2019 v16.9.2 + #elif (_MSC_FULL_VER >= 192829912) #define VER_CPL MS Visual C++ 2019 v16.9.1 #elif (_MSC_FULL_VER >= 192829910) #define VER_CPL MS Visual C++ 2019 v16.9.0