]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.14.0-rc1
authorEric Sandeen <sandeen@redhat.com>
Mon, 20 Nov 2017 19:53:56 +0000 (13:53 -0600)
committerEric Sandeen <sandeen@redhat.com>
Mon, 20 Nov 2017 19:53:56 +0000 (13:53 -0600)
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>
VERSION
configure.ac
doc/CHANGES

diff --git a/VERSION b/VERSION
index fb4b5b8eadc5cd9293da45e5e881a92392506d33..e0fbe41c9b59129607eb277f39a2214d7934caa5 100644 (file)
--- 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
index cb23fb8dae0dff3bea3dfafb974b744ffb0285c7..6678207a1fff012841cc3d5f0ccaf1a5fa2730e5 100644 (file)
@@ -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])
index 3774e255a8ed0961ecb583f44dd61c1851543d28..745f64c0afdfb1722c38b74d51fec91e48f5adca 100644 (file)
@@ -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)