aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2022-02-03 15:00:27 -0500
committerEric Sandeen <sandeen@redhat.com>2022-02-03 15:00:27 -0500
commit9a31fd837d23fd8691ad0bec7f17d625dc16c9de (patch)
treecb0625b88cfde50916c2b4e63fe2245453728519
parent246e2283ad4190ab55be6ccb4a2d9836bb52a170 (diff)
downloadxfsprogs-dev-libxfs-5.15-sync.tar.gz
xfsprogs: Release v5.15.0-rc0v5.15.0-rc0libxfs-5.15-sync
Update all the necessary files for a 5.15.0-rc0 release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION4
-rw-r--r--configure.ac2
-rw-r--r--doc/CHANGES3
3 files changed, 6 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index cffebfbd8c..1e78d4beaa 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
# 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
diff --git a/configure.ac b/configure.ac
index 64a16d43d8..f3e8f82b23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-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])
diff --git a/doc/CHANGES b/doc/CHANGES
index d99cf8371b..dce0a22b0f 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,6 @@
+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)