+ver: VS2019 version update - VS 16.4.1

This commit is contained in:
Pairi Daiza 2019-12-11 09:52:29 +01:00
parent fa12e5e638
commit 418c8e33eb

View File

@ -75,7 +75,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1924)
#if(_MSC_FULL_VER >= 192428314)
#define VER_CPL MS Visual C++ 2019 v16.4.0
#define VER_CPL MS Visual C++ 2019 v16.4.(0-1)
#endif
#elif (_MSC_VER == 1923)
#if(_MSC_FULL_VER >= 192328107)