From: Eric Sandeen Date: Wed, 22 Jun 2022 19:29:41 +0000 (-0500) Subject: xfsprogs: Release v5.19.0-rc0 X-Git-Tag: v5.19.0-rc0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Flibxfs-5.19-sync;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.19.0-rc0 Update all the necessary files for a 5.19.0-rc0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index dbc2e9c07..5991f79f6 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=5 -PKG_MINOR=18 -PKG_REVISION=0 +PKG_MINOR=19 +PKG_REVISION=0-rc0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 03f68cacb..a43fce622 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[5.18.0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[5.19.0-rc0],[linux-xfs@vger.kernel.org]) AC_PREREQ([2.69]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4])