From 84fe80ce4ed4a74166adfec42f524ac504a2bb01 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 20 Nov 2017 13:53:56 -0600 Subject: [PATCH] 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 --- VERSION | 4 ++-- configure.ac | 2 +- doc/CHANGES | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) 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) -- 2.47.2