From: Eric Sandeen Date: Fri, 6 May 2022 20:07:28 +0000 (-0400) Subject: xfsprogs: Release v5.18.0-rc0 X-Git-Tag: v5.18.0-rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=240252624d298dbfd9b1caf09c0849cc6d383c57;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.18.0-rc0 Update all the necessary files for a 5.18.0-rc0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index de91209e5..ef3fc2fa1 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=5 -PKG_MINOR=16 -PKG_REVISION=0 +PKG_MINOR=18 +PKG_REVISION=0-rc0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 3e7563f90..348af1475 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.16.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.18.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 3833d45a9..714648044 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.18.0-rc0 (06 May 2022) + - libxfs changes merged from kernels 5.17 and 5.18 + xfsprogs-5.16.0 (04 May 2022) - libxfs: remove kernel stubs from xfs_shared.h (Eric Sandeen) - debian: Generate .gitcensus instead of .census (Bastian Germann))