+ update: version strings

This commit is contained in:
Pairi Daiza 2019-04-20 14:48:27 +02:00
parent 1632853b11
commit 099acd3bce

View File

@ -62,7 +62,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER >= 1920)
#if(_MSC_FULL_VER >= 192027508)
#define VER_CPL MS Visual C++ 2019 v16.0.(0-1)
#define VER_CPL MS Visual C++ 2019 v16.0.(0-2)
#elif(_MSC_FULL_VER >= 192027027)
#define VER_CPL MS Visual C++ 2019 v16.0.Prev(1-4)
#endif