aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2017-11-20 13:53:56 -0600
committerEric Sandeen <sandeen@redhat.com>2017-11-20 13:53:56 -0600
commit84fe80ce4ed4a74166adfec42f524ac504a2bb01 (patch)
treedc0c7e1989ed96d28f8a89e2d3e57c30e1fec270
parent43ba1d61e0e5f493e529fd9db20dc8a6ee6d5899 (diff)
downloadxfsprogs-dev-84fe80ce4ed4a74166adfec42f524ac504a2bb01.tar.gz
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 <sandeen@sandeen.net>
-rw-r--r--VERSION4
-rw-r--r--configure.ac2
-rw-r--r--doc/CHANGES2
3 files changed, 5 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index fb4b5b8ead..e0fbe41c9b 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 cb23fb8dae..6678207a1f 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 3774e255a8..745f64c0af 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)