From: Carlos Maiolino Date: Thu, 15 Sep 2022 12:20:07 +0000 (+0200) Subject: xfsprogs: Release v6.0.0-rc0 X-Git-Tag: v6.0.0-rc0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c6e12a4a4a0ae969f4a8952626e518ca82620e9;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v6.0.0-rc0 Update all the necessary files for a 6.0.0-rc0 release. Signed-off-by: Carlos Maiolino --- 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])