diff --git a/src/Version.h b/src/Version.h index 7594aa615..7fdcaf4fe 100644 --- a/src/Version.h +++ b/src/Version.h @@ -65,7 +65,7 @@ #if defined(_MSC_VER) #if (_MSC_VER >= 1916) #if(_MSC_FULL_VER >= 191627024) - #define VER_CPL MS Visual C++ 2017 v15.9.2 + #define VER_CPL MS Visual C++ 2017 v15.9.(2-3) #elif(_MSC_FULL_VER >= 191627023) #define VER_CPL MS Visual C++ 2017 v15.9.(0-1) #endif