+upd: version info for MS VS2022 (v17.1.1) update

This commit is contained in:
Pairi Daiza 2022-03-21 21:45:55 +01:00
parent 6ea1a12914
commit 5a61df67ed
No known key found for this signature in database
GPG Key ID: AC2515EF755AF96F

View File

@ -78,7 +78,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1931)
#if (_MSC_FULL_VER >= 193131104)
#define VER_CPL MS Visual C++ 2022 v17.1.0
#define VER_CPL MS Visual C++ 2022 v17.1.(0-1)
#endif
#elif (_MSC_VER == 1930)
#if (_MSC_FULL_VER >= 193030709)