Skip to content

Commit

Permalink
Merge pull request rizonesoft#5181 from hpwamr/Mui_Beta
Browse files Browse the repository at this point in the history
+upd: version info for MS VS2022 (v17.9.7) update
  • Loading branch information
hpwamr committed May 14, 2024
2 parents 6a96904 + e9613dd commit f2c726d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions language/Line numbers to translate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
== This file is intended for the "Translators" to communicate to them the "Line Numbers" of ==
== the "Added or Modified" lines in "Resource" files ("filename_xx_yy.rc" and "grepWinNP3.lang"). ==
== ==
== Last update: 2024-03-30 ==
== Last update: 2024-04-30 ==
======================================================================================================

January 2023: Line numbers to translate_2023-01 - No "Added or Modified" items in January 2023
Expand All @@ -22,7 +22,7 @@ Decemb. 2023: Line numbers to translate_2023-12 - No "Added or Modified" items i
January 2024: Line numbers to translate_2024-01 - No "Added or Modified" items in January 2024
Februar 2024: Line numbers to translate_2024-02 - No "Added or Modified" items in February 2024
March 2024: Line numbers to translate_2024-03 - No "Added or Modified" items in March 2024
April 2024: Line numbers to translate_2024-04 - (2024-04-xx)
April 2024: Line numbers to translate_2024-04 - No "Added or Modified" items in April 2024
May 2024: Line numbers to translate_2024-05 - (2024-05-xx)
June 2024: Line numbers to translate_2024-06 - (2024-06-xx)
July 2024: Line numbers to translate_2024-07 - (2024-07-xx)
Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#if defined(_MSC_VER)
#if (_MSC_VER == 1939)
#if (_MSC_FULL_VER >= 193933523)
#define VER_CPL MS Visual C++ 2022 v17.9.(4-6)
#define VER_CPL MS Visual C++ 2022 v17.9.(4-7)
#elif (_MSC_FULL_VER >= 193933522)
#define VER_CPL MS Visual C++ 2022 v17.9.3
#elif (_MSC_FULL_VER >= 193933521)
Expand Down

0 comments on commit f2c726d

Please sign in to comment.