The MinGW.org Windows System Libraries
修订版 | 2bbfdee6ae9611a573a7e6e30f636e32b170c4c2 (tree) |
---|---|
时间 | 2016-08-01 02:13:53 |
作者 | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Prepare and tag all files for release of mingwrt-3.22.1.
@@ -1,5 +1,12 @@ | ||
1 | 1 | 2016-07-31 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 2 | |
3 | + Prepare and tag all files for release of mingwrt-3.22.1. | |
4 | + | |
5 | + * configure.ac (AC_INIT): Adjust package version number; append | |
6 | + patch level identification. | |
7 | + | |
8 | +2016-07-31 Keith Marshall <keithmarshall@users.sourceforge.net> | |
9 | + | |
3 | 10 | Interim workaround for issue [#2306]. |
4 | 11 | |
5 | 12 | * mingwex/math/powl.c: Tidy layout; correct indentation. |
@@ -29,7 +29,7 @@ | ||
29 | 29 | # DEALINGS IN THE SOFTWARE. |
30 | 30 | # |
31 | 31 | AC_PREREQ([2.64]) |
32 | - AC_INIT([MinGW C Runtime],[3.22],[http://mingw.org/Reporting_Bugs],[mingwrt]) | |
32 | + AC_INIT([MinGW C Runtime],[3.22.1],[http://mingw.org/Reporting_Bugs],[mingwrt]) | |
33 | 33 | |
34 | 34 | AC_PREFIX_DEFAULT([/mingw]) |
35 | 35 | AC_CONFIG_SRCDIR([include/_mingw.h.in]) |