The MinGW.org Windows System Libraries
リビジョン | 637f8c59d30e81d6394a0e3113831fcac408382e (tree) |
---|---|
日時 | 2021-04-12 18:11:59 |
作者 | ![]() |
コミッター | Keith Marshall |
Increment version number following WSL-5.4.2 release.
@@ -1,3 +1,9 @@ | ||
1 | +2021-04-12 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Increment version number following WSL-5.4.2 release. | |
4 | + | |
5 | + * VERSION.m4 (__VERSION__): Increment it to 5.4.3 | |
6 | + | |
1 | 7 | 2021-04-11 Keith Marshall <keith@users.osdn.me> |
2 | 8 | |
3 | 9 | Prepare and publish MinGW.org WSL-5.4.2 release. |
@@ -6,7 +6,7 @@ | ||
6 | 6 | # assign a common version number to each of the mingwrt and w32api |
7 | 7 | # MinGW System Library sub-packages. |
8 | 8 | # |
9 | -m4_define([__VERSION__],[5.4.2]) | |
9 | +m4_define([__VERSION__],[5.4.3]) | |
10 | 10 | |
11 | 11 | # This is also a convenient place to specify the import library |
12 | 12 | # associations, and DLLVERSION information for each DLL which may |