The MinGW.org Windows System Libraries
修订版 | ca342c21c6722e39da7cc58b68b1a3267a13a3f5 (tree) |
---|---|
时间 | 2016-10-14 06:35:37 |
作者 | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Prepare and tag mingwrt-3.22.3 patch release.
@@ -1,5 +1,11 @@ | ||
1 | 1 | 2016-10-13 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 2 | |
3 | + Prepare and tag mingwrt-3.22.3 patch release. | |
4 | + | |
5 | + * configure.ac (AC_INIT): Increment patch level. | |
6 | + | |
7 | +2016-10-13 Keith Marshall <keithmarshall@users.sourceforge.net> | |
8 | + | |
3 | 9 | Emulate glibc <string.h> POSIX.1 non-compliance. |
4 | 10 | |
5 | 11 | * include/_mingw.h.in (_EMULATE_GLIBC): New feature test macro. |
@@ -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.2],[http://mingw.org/Reporting_Bugs],[mingwrt]) | |
32 | + AC_INIT([MinGW C Runtime],[3.22.3],[http://mingw.org/Reporting_Bugs],[mingwrt]) | |
33 | 33 | |
34 | 34 | AC_PREFIX_DEFAULT([/mingw]) |
35 | 35 | AC_CONFIG_SRCDIR([include/_mingw.h.in]) |