OSDN Git Service

Prepare and tag mingwrt-3.22.4 patch release. mingwrt-3.22.4-release
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 17 Oct 2016 21:25:34 +0000 (22:25 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 17 Oct 2016 21:25:34 +0000 (22:25 +0100)
mingwrt/ChangeLog
mingwrt/configure.ac

index bbbbdef..ccc3a63 100644 (file)
@@ -1,5 +1,11 @@
 2016-10-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
+       Prepare and tag mingwrt-3.22.4 patch release.
+
+       * configure.ac (AC_INIT): Increment patch level.
+
+2016-10-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
        Resolve an ANSI mode <string.h> vs. <wchar.h> conflict.
 
        * include/wchar.h [!(_WCHAR_H && _STRING_H)]: Change condition...
index 624e595..bca3cae 100644 (file)
@@ -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])