The MinGW.org Windows System Libraries
Revisão | c9dd7b511c7007b32e8a60853b2b942e72aac65a (tree) |
---|---|
Hora | 2020-08-07 18:41:09 |
Autor | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Increment version number following WSL-5.4.1 release.
@@ -1,3 +1,9 @@ | ||
1 | +2020-08-07 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Increment version number following WSL-5.4.1 release. | |
4 | + | |
5 | + * VERSION.m4 (__VERSION__): Increment it to 5.4.2 | |
6 | + | |
1 | 7 | 2020-07-23 Keith Marshall <keith@users.osdn.me> |
2 | 8 | |
3 | 9 | Prepare and publish MinGW.org WSL-5.4.1 release. |
@@ -1,12 +1,12 @@ | ||
1 | 1 | # VERSION.m4 -- vim: filetype=config |
2 | 2 | # |
3 | -# $Id: VERSION.m4,v 5f021e118870 2020/07/20 19:17:27 keith $ | |
3 | +# $Id$ | |
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.1]) | |
9 | +m4_define([__VERSION__],[5.4.2]) | |
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 |
@@ -26,4 +26,4 @@ m4_define([MINGW_AC_ENUMERATE_DLLVERSION_SPECS],dnl | ||
26 | 26 | [MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [5:0:1])dnl |
27 | 27 | ]) |
28 | 28 | |
29 | -# $RCSfile: VERSION.m4,v $: end of file | |
29 | +# $RCSfile$: end of file |