The MinGW.org Windows System Libraries
Revisión | 1bd327ac8507d23db5869e008c6e4244293c6c89 (tree) |
---|---|
Tiempo | 2020-07-19 06:59:28 |
Autor | ![]() |
Commiter | Keith Marshall |
Adjust repository version following WSL-5.4 release.
@@ -1,3 +1,9 @@ | ||
1 | +2020-07-18 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Adjust repository version following WSL-5.4 release. | |
4 | + | |
5 | + * VERSION.m4 (__VERSION__): Increment it to 5.4.1 | |
6 | + | |
1 | 7 | 2020-07-08 Keith Marshall <keith@users.osdn.me> |
2 | 8 | |
3 | 9 | Prepare and publish MinGW.org WSL-5.4 release. |
@@ -1,12 +1,12 @@ | ||
1 | 1 | # VERSION.m4 -- vim: filetype=config |
2 | 2 | # |
3 | -# $Id: VERSION.m4,v 28b17d1c4eab 2020/07/07 21:02:51 keith $ | |
3 | +# $Id: VERSION.m4,v bc6380b6bc4b 2020/07/18 21:59:28 keith $ | |
4 | 4 | # |
5 | 5 | # Non-copyrightable material; adjust the following definition, to |
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]) | |
9 | +m4_define([__VERSION__],[5.4.1]) | |
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 |