diff --git a/src/Version.h b/src/Version.h index 87ae629ac..88442aabf 100644 --- a/src/Version.h +++ b/src/Version.h @@ -76,8 +76,12 @@ #undef VER_CPL #if defined(_MSC_VER) - #if (_MSC_VER == 1932) - #if (_MSC_FULL_VER >= 193231332) + #if (_MSC_VER == 1933) + #if (_MSC_FULL_VER >= 193331629) + #define VER_CPL MS Visual C++ 2022 v17.3.0 + #endif + #elif (_MSC_VER == 1932) + #elif (_MSC_FULL_VER >= 193231332) #define VER_CPL MS Visual C++ 2022 v17.2.(5-6) #elif (_MSC_FULL_VER >= 193231329) #define VER_CPL MS Visual C++ 2022 v17.2.(1-4)