Update all the necessary files for a 5.15.0-rc0 release.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
# This file is used by configure to get version information
#
PKG_MAJOR=5
-PKG_MINOR=14
-PKG_REVISION=2
+PKG_MINOR=15
+PKG_REVISION=0-rc0
PKG_BUILD=1
-AC_INIT([xfsprogs], [5.14.2], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.15.0-rc0], [linux-xfs@vger.kernel.org])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
+xfsprogs-5.15.0-rc0 (03 Feb 2022)
+ - libxfs changes merged from kernel 5.15
+
xfsprogs-5.14.2 (06 Dec 2021)
- libxfs: move rogue fallthrough macro out of linux.h (Darrick J. Wong)