From: Keith Marshall Date: Thu, 14 Jul 2016 18:00:23 +0000 (+0100) Subject: Prepare and tag all files for release of mingwrt-3.22. X-Git-Tag: w32api-3.18-release~1 X-Git-Url: http://git.osdn.net/view?p=mingw%2Fmingw-org-wsl.git;a=commitdiff_plain;h=af2dfd04b9d875a7bace110ba987ce072758bada Prepare and tag all files for release of mingwrt-3.22. --- diff --git a/mingwrt/ChangeLog b/mingwrt/ChangeLog index d9daac2..3f7bb7c 100644 --- a/mingwrt/ChangeLog +++ b/mingwrt/ChangeLog @@ -1,5 +1,11 @@ 2016-07-14 Keith Marshall + Prepare and tag all files for release of mingwrt-3.22. + + * configure.ac (AC_INIT): Adjust package version number. + +2016-07-14 Keith Marshall + Preserve kludge to evade GCC build failure on S_ISBLK misuse. * include/sys/stat.h (_NO_UNSUPPORTED): New feature test macro; it diff --git a/mingwrt/configure.ac b/mingwrt/configure.ac index 3bc73a4..598f2b2 100644 --- a/mingwrt/configure.ac +++ b/mingwrt/configure.ac @@ -29,7 +29,7 @@ # DEALINGS IN THE SOFTWARE. # AC_PREREQ([2.64]) - AC_INIT([MinGW C Runtime],[3.21.2],[http://mingw.org/Reporting_Bugs],[mingwrt]) + AC_INIT([MinGW C Runtime],[3.22],[http://mingw.org/Reporting_Bugs],[mingwrt]) AC_PREFIX_DEFAULT([/mingw]) AC_CONFIG_SRCDIR([include/_mingw.h.in])