From 05f7f7c83e3e52a96695bc036813c3a75b06bf91 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 8 Jul 2025 20:28:39 +0200 Subject: [PATCH] +upd: version info for MS VS2022 (v17.14.5-8) update --- language/Line numbers to translate.txt | 2 +- src/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/language/Line numbers to translate.txt b/language/Line numbers to translate.txt index c6f42a780..dc3a670ba 100644 --- a/language/Line numbers to translate.txt +++ b/language/Line numbers to translate.txt @@ -24,7 +24,7 @@ Februar 2025: Line numbers to translate_2025-02 - No "Added or Modified" items i March 2025: Line numbers to translate_2025-03 - No "Added or Modified" items in March 2025 April 2025: Line numbers to translate_2025-04 - No "Added or Modified" items in April 2025 May 2025: Line numbers to translate_2025-05 - No "Added or Modified" items in May 2025 -June 2025: Line numbers to translate_2025-06 - (2025-06-xx) +June 2025: Line numbers to translate_2025-06 - No "Added or Modified" items in June 2025 July 2025: Line numbers to translate_2025-07 - (2025-07-xx) August 2025: Line numbers to translate_2025-08 - (2025-08-xx) Septemb 2025: Line numbers to translate_2025-09 - (2025-09-xx) diff --git a/src/Version.h b/src/Version.h index 133aaf5b4..9d6b24619 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 >= 194435211) - #define VER_CPL MS Visual C++ 2022 v17.14.7 + #define VER_CPL MS Visual C++ 2022 v17.14.(7-8) #elif (_MSC_FULL_VER >= 194435210) #define VER_CPL MS Visual C++ 2022 v17.14.(5-6) #elif (_MSC_FULL_VER >= 194435209)