From 3c6e12a4a4a0ae969f4a8952626e518ca82620e9 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Thu, 15 Sep 2022 14:20:07 +0200 Subject: [PATCH] xfsprogs: Release v6.0.0-rc0 Update all the necessary files for a 6.0.0-rc0 release. Signed-off-by: Carlos Maiolino --- VERSION | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 629bd6d00..f626dcdbb 100644 --- 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 diff --git a/configure.ac b/configure.ac index 6a86e5c30..212da02e9 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.47.3