diff --git a/src/Version.h b/src/Version.h index 099b3770f..54cd59e44 100644 --- a/src/Version.h +++ b/src/Version.h @@ -159,7 +159,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1944) #if (_MSC_FULL_VER >= 194435207) - #define VER_CPL MS Visual C++ 2022 v17.14.(0-1) + #define VER_CPL MS Visual C++ 2022 v17.14.(0-2) #endif #elif (_MSC_VER == 1943) #if (_MSC_FULL_VER >= 194334810)