From: Keith Marshall Date: Thu, 21 Jul 2016 21:46:35 +0000 (+0100) Subject: Prepare and tag all files for release of w32api-3.18.1 X-Git-Tag: w32api-3.18.1-release X-Git-Url: http://git.osdn.net/view?p=mingw%2Fmingw-org-wsl.git;a=commitdiff_plain;h=68c86dc87382d22d14eea408830e062a78d432ef Prepare and tag all files for release of w32api-3.18.1 --- diff --git a/w32api/ChangeLog b/w32api/ChangeLog index ae30f46..684c4a2 100644 --- a/w32api/ChangeLog +++ b/w32api/ChangeLog @@ -1,5 +1,11 @@ 2016-07-21 Keith Marshall + 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 + Resolve improper macro expansion issue [#2307]. * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED) diff --git a/w32api/configure.ac b/w32api/configure.ac index c3cc008..00c159c 100644 --- a/w32api/configure.ac +++ b/w32api/configure.ac @@ -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])