The MinGW.org Windows System Libraries
Revisão | 76522e433d8ab0dd9e1220abe5b05f9380659486 (tree) |
---|---|
Hora | 2020-03-06 08:06:40 |
Autor | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Adjust repository version following WSL-5.3 release.
@@ -1,5 +1,11 @@ | ||
1 | 1 | 2020-03-05 Keith Marshall <keith@users.osdn.me> |
2 | 2 | |
3 | + Adjust repository version following WSL-5.3 release. | |
4 | + | |
5 | + * VERSION.m4 (__VERSION__): Increment it to 5.3.1 | |
6 | + | |
7 | +2020-03-05 Keith Marshall <keith@users.osdn.me> | |
8 | + | |
3 | 9 | Prepare and publish MinGW.org WSL-5.3 release. |
4 | 10 | |
5 | 11 | * All files (wsl-5.3-release): Tag assigned. |
@@ -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.3]) | |
9 | +m4_define([__VERSION__],[5.3.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 |