OSDN Git Service

Prepare and tag all files for release of w32api-3.18.1 w32api-3.18.1-release
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 21 Jul 2016 21:46:35 +0000 (22:46 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 21 Jul 2016 21:46:35 +0000 (22:46 +0100)
w32api/ChangeLog
w32api/configure.ac

index ae30f46..684c4a2 100644 (file)
@@ -1,5 +1,11 @@
 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
+       Prepare and tag all files for release of w32api-3.18.1
+
+       * configure.ac (AC_INIT): Increment patch level to 3.18.1
+
+2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
        Resolve improper macro expansion issue [#2307].
 
        * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
index c3cc008..00c159c 100644 (file)
@@ -29,7 +29,7 @@
 # DEALINGS IN THE SOFTWARE.
 #
   AC_PREREQ([2.64])
-  AC_INIT([MinGW Win32 API],[3.18],[http://mingw.org/Reporting_Bugs],[w32api])
+  AC_INIT([MinGW Win32 API],[3.18.1],[http://mingw.org/Reporting_Bugs],[w32api])
 
   AC_PREFIX_DEFAULT([/mingw])
   AC_CONFIG_SRCDIR([include/w32api.h.in])