diff --git a/src/Version.h b/src/Version.h index 46eaa1618..870a046da 100644 --- a/src/Version.h +++ b/src/Version.h @@ -76,7 +76,11 @@ #undef VER_CPL #if defined(_MSC_VER) - #if (_MSC_VER == 1930) + #if (_MSC_VER == 1931) + #if (_MSC_FULL_VER >= 193131104) + #define VER_CPL MS Visual C++ 2022 v17.1.0 + #endif + #elif (_MSC_VER == 1930) #if (_MSC_FULL_VER >= 193030709) #define VER_CPL MS Visual C++ 2022 v17.0.(5-6) #elif (_MSC_FULL_VER >= 193030706)