Merge pull request #3894 from RaiKoHoff/Dev_Master

Version info for VS2019 (v16.11.9) update
This commit is contained in:
Rainer Kottenhoff 2022-01-12 09:44:38 +01:00 committed by GitHub
commit 1405038598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,9 @@
#define VER_CPL MS Visual C++ 2022 v17.0.(0-1)
#endif
#elif (_MSC_VER == 1929)
#if (_MSC_FULL_VER >= 192930138)
#if (_MSC_FULL_VER >= 192930139)
#define VER_CPL MS Visual C++ 2019 v16.11.9
#elif (_MSC_FULL_VER >= 192930138)
#define VER_CPL MS Visual C++ 2019 v16.11.8
#elif (_MSC_FULL_VER >= 192930137)
#define VER_CPL MS Visual C++ 2019 v16.11.(6-7)