OSDN Git Service

Prepare and tag mingwrt-3.22.3 patch release. mingwrt-3.22.3-release
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 13 Oct 2016 21:35:37 +0000 (22:35 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 13 Oct 2016 21:35:37 +0000 (22:35 +0100)
mingwrt/ChangeLog
mingwrt/configure.ac

index e8102c0..d9ff374 100644 (file)
@@ -1,5 +1,11 @@
 2016-10-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
+       Prepare and tag mingwrt-3.22.3 patch release.
+
+       * configure.ac (AC_INIT): Increment patch level.
+
+2016-10-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
        Emulate glibc <string.h> POSIX.1 non-compliance.
 
        * include/_mingw.h.in (_EMULATE_GLIBC): New feature test macro.
index d7c84f2..624e595 100644 (file)
@@ -29,7 +29,7 @@
 # DEALINGS IN THE SOFTWARE.
 #
   AC_PREREQ([2.64])
-  AC_INIT([MinGW C Runtime],[3.22.2],[http://mingw.org/Reporting_Bugs],[mingwrt])
+  AC_INIT([MinGW C Runtime],[3.22.3],[http://mingw.org/Reporting_Bugs],[mingwrt])
 
   AC_PREFIX_DEFAULT([/mingw])
   AC_CONFIG_SRCDIR([include/_mingw.h.in])