From: Eric Sandeen Date: Fri, 12 Feb 2021 22:22:31 +0000 (-0500) Subject: xfsprogs: Release v5.11.0-rc0 X-Git-Tag: v5.11.0-rc0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=663c61170a1e0d2d0a0f029da59eb122504cb7b4;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.11.0-rc0 Update all the necessary files for a 5.11.0-rc0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index ee8e3b624..105a01d3c 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=5 -PKG_MINOR=10 -PKG_REVISION=0 +PKG_MINOR=11 +PKG_REVISION=0-rc0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 4f980b42c..0937caefb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.10.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.11.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 a740d5519..f9de942f2 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +xfsprogs-5.11.0-rc0 (12 Feb 2021) + - libxfs changes merged from kernel 5.10 + - Debian packaging fixes (Bastian Germann) + xfsprogs-5.10.0 (11 Dec 2020) - xfs_repair: remove old code for mountpoint inodes (Anthony Iliopoulos)