]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.0.0-rc0 v6.0.0-rc0
authorCarlos Maiolino <cem@kernel.org>
Thu, 15 Sep 2022 12:20:07 +0000 (14:20 +0200)
committerCarlos Maiolino <cem@kernel.org>
Thu, 15 Sep 2022 12:20:07 +0000 (14:20 +0200)
Update all the necessary files for a 6.0.0-rc0 release.

Signed-off-by: Carlos Maiolino <cem@kernel.org>
VERSION
configure.ac

diff --git a/VERSION b/VERSION
index 629bd6d00a161f89522ccb6237713cf2ce81f742..f626dcdbb67bcba0298030603ac3f826a56eb826 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 #
 # This file is used by configure to get version information
 #
-PKG_MAJOR=5
-PKG_MINOR=19
-PKG_REVISION=0
+PKG_MAJOR=6
+PKG_MINOR=0
+PKG_REVISION=0-rc0
 PKG_BUILD=1
index 6a86e5c30c7e2e9010a6fabf9fb8ba03e9d9d93b..212da02e9520057d0e169681ba9d07ff9b0622f6 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[5.19.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.0.0-rc0],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])