Skip to content

Commit 5ab9525

Browse files
authored
Merge pull request #5448 from hpwamr/Mui_Beta
+upd: version info for MS VS2022 (v17.14.13) update
2 parents c4175b1 + d8c1077 commit 5ab9525

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Version.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
158158

159159
#if defined(_MSC_VER)
160160
#if (_MSC_VER == 1944)
161-
#if (_MSC_FULL_VER >= 194435214)
161+
#if (_MSC_FULL_VER >= 194435215)
162+
#define VER_CPL MS Visual C++ 2022 v17.14.13
163+
#elif (_MSC_FULL_VER >= 194435214)
162164
#define VER_CPL MS Visual C++ 2022 v17.14.(11-12)
163165
#elif (_MSC_FULL_VER >= 194435213)
164166
#define VER_CPL MS Visual C++ 2022 v17.14.(9-10)

0 commit comments

Comments
 (0)