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>
# 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
-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])
+xfsprogs-4.14.0-rc1 (9 Nov 2017)
+
xfsprogs-4.13.1 (26 Sep 2017)
- fix global array overrun in mkfs (Darrick Wong)