OSDN Git Service

Prepare and tag all files for release of mingwrt-3.22.1. mingwrt-3.22.1-release
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Sun, 31 Jul 2016 17:13:53 +0000 (18:13 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Sun, 31 Jul 2016 17:13:53 +0000 (18:13 +0100)
mingwrt/ChangeLog
mingwrt/configure.ac

index 88e1dd1..a5caa09 100644 (file)
@@ -1,5 +1,12 @@
 2016-07-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
+       Prepare and tag all files for release of mingwrt-3.22.1.
+
+       * configure.ac (AC_INIT): Adjust package version number; append
+       patch level identification.
+
+2016-07-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
        Interim workaround for issue [#2306].
 
        * mingwex/math/powl.c: Tidy layout; correct indentation.
index 598f2b2..d33b540 100644 (file)
@@ -29,7 +29,7 @@
 # DEALINGS IN THE SOFTWARE.
 #
   AC_PREREQ([2.64])
-  AC_INIT([MinGW C Runtime],[3.22],[http://mingw.org/Reporting_Bugs],[mingwrt])
+  AC_INIT([MinGW C Runtime],[3.22.1],[http://mingw.org/Reporting_Bugs],[mingwrt])
 
   AC_PREFIX_DEFAULT([/mingw])
   AC_CONFIG_SRCDIR([include/_mingw.h.in])