From effdc3643ccf1ce3ef471568af2a82961288096c Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 16 Nov 2020 15:27:37 -0500 Subject: [PATCH] xfsprogs: Release v5.10.0-rc0 Update all the necessary files for a 5.10.0-rc0 release. Signed-off-by: Eric Sandeen --- VERSION | 4 ++-- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 3 +++ 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 2f5f4aad2..2842fbae0 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=5 -PKG_MINOR=9 -PKG_REVISION=0 +PKG_MINOR=10 +PKG_REVISION=0-rc0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 345d90be8..c70784be2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.9.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.10.0-rc0], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index b39159725..c41e3913e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.10.0-1) unstable; urgency=low + + * New upstream prerelease + + -- Nathan Scott Mon, 16 Nov 2020 14:26:14 -0600 + xfsprogs (5.9.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 479c74c31..3eaa1e28f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.10.0-rc0 + - libxfs changes merged from kernel 5.10 + xfsprogs-5.9.0 (20 Oct 2020) - No further changes -- 2.39.5