From: Eric Sandeen Date: Mon, 20 Nov 2017 19:53:56 +0000 (-0600) Subject: xfsprogs: Release v4.14.0-rc1 X-Git-Tag: v4.14.0-rc2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84fe80ce4ed4a74166adfec42f524ac504a2bb01;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.14.0-rc1 Update all the necessary files for a 4.14.0-rc1 release. (A while after the actual release) Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index fb4b5b8ea..e0fbe41c9 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=4 -PKG_MINOR=13 -PKG_REVISION=1 +PKG_MINOR=14 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index cb23fb8da..6678207a1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.13.1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.14.0-rc1], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/CHANGES b/doc/CHANGES index 3774e255a..745f64c0a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,5 @@ +xfsprogs-4.14.0-rc1 (9 Nov 2017) + xfsprogs-4.13.1 (26 Sep 2017) - fix global array overrun in mkfs (Darrick Wong)