From: Keith Marshall Date: Mon, 17 Oct 2016 21:25:34 +0000 (+0100) Subject: Prepare and tag mingwrt-3.22.4 patch release. X-Git-Tag: mingwrt-3.22.4-release X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=89581f43949c2a7358e0e886dff3af6b9632869b;p=mingw%2Fmingw-org-wsl.git Prepare and tag mingwrt-3.22.4 patch release. --- diff --git a/mingwrt/ChangeLog b/mingwrt/ChangeLog index bbbbdef..ccc3a63 100644 --- a/mingwrt/ChangeLog +++ b/mingwrt/ChangeLog @@ -1,5 +1,11 @@ 2016-10-17 Keith Marshall + Prepare and tag mingwrt-3.22.4 patch release. + + * configure.ac (AC_INIT): Increment patch level. + +2016-10-17 Keith Marshall + Resolve an ANSI mode vs. conflict. * include/wchar.h [!(_WCHAR_H && _STRING_H)]: Change condition... diff --git a/mingwrt/configure.ac b/mingwrt/configure.ac index 624e595..bca3cae 100644 --- a/mingwrt/configure.ac +++ b/mingwrt/configure.ac @@ -29,7 +29,7 @@ # DEALINGS IN THE SOFTWARE. # AC_PREREQ([2.64]) - AC_INIT([MinGW C Runtime],[3.22.3],[http://mingw.org/Reporting_Bugs],[mingwrt]) + AC_INIT([MinGW C Runtime],[3.22.4],[http://mingw.org/Reporting_Bugs],[mingwrt]) AC_PREFIX_DEFAULT([/mingw]) AC_CONFIG_SRCDIR([include/_mingw.h.in])