From b0c2e33a55f1c076ce23abc6461a5aecaad47f6a Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 23 Jul 2019 14:49:28 -0400 Subject: [PATCH] xfsprogs: Release v5.2.0-rc0 Update all the necessary files for a 5.2.0-rc0 prerelease. Signed-off-by: Eric Sandeen --- VERSION | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 8e6f2969d..5be98116e 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=5 -PKG_MINOR=1 -PKG_REVISION=0 +PKG_MINOR=2 +PKG_REVISION=0-rc0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index c8116ae8b..820fccdef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.1.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.2.0-rc0], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) -- 2.50.1