+upd: Version info (new VS2022, no upd for VS2019)

This commit is contained in:
METANEOCORTEX\Kotti 2021-12-16 23:47:03 +01:00
parent 7bb4a57acb
commit 9b4ccdefd8

View File

@ -78,7 +78,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1930)
#if (_MSC_FULL_VER >= 193030706)
#define VER_CPL MS Visual C++ 2022 v17.0.(2-3)
#define VER_CPL MS Visual C++ 2022 v17.0.(2-4)
#elif (_MSC_FULL_VER >= 193030705)
#define VER_CPL MS Visual C++ 2022 v17.0.(0-1)
#endif