Skip to content

Commit aeeb107

Browse files
authored
Merge pull request #1134 from hpwamr/mui_dev
+ update: version strings
2 parents 1632853 + 099acd3 commit aeeb107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#if defined(_MSC_VER)
6363
#if (_MSC_VER >= 1920)
6464
#if(_MSC_FULL_VER >= 192027508)
65-
#define VER_CPL MS Visual C++ 2019 v16.0.(0-1)
65+
#define VER_CPL MS Visual C++ 2019 v16.0.(0-2)
6666
#elif(_MSC_FULL_VER >= 192027027)
6767
#define VER_CPL MS Visual C++ 2019 v16.0.Prev(1-4)
6868
#endif

0 commit comments

Comments
 (0)