]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.2.0-rc0 v5.2.0-rc0
authorEric Sandeen <sandeen@sandeen.net>
Wed, 24 Jul 2019 19:54:07 +0000 (15:54 -0400)
committerEric Sandeen <sandeen@redhat.com>
Wed, 24 Jul 2019 19:54:07 +0000 (15:54 -0400)
Update all the necessary files for a 5.2.0-rc0 prerelease.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
VERSION
configure.ac

diff --git a/VERSION b/VERSION
index 8e6f2969dcdf87fdee47defe6e15c77281b40038..5be98116e331602a1df8d871cdc5cd9010793efd 100644 (file)
--- 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
index c8116ae8b319c2eee6af037c418b2ca80c34f473..820fccdef5a0fb38bc1d264f3abd21872aeb8e52 100644 (file)
@@ -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])