]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.19.0-rc0 v4.19.0-rc0
authorEric Sandeen <sandeen@redhat.com>
Fri, 5 Oct 2018 20:46:18 +0000 (15:46 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 5 Oct 2018 20:46:18 +0000 (15:46 -0500)
Update all the necessary files for a 4.19.0-rc0 release.
This is primarily only a libxfs sync with linux-4.19

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

diff --git a/VERSION b/VERSION
index 71cf61194b744c238fbabaa115a25432e62f0b48..3e51f1ca02848412e8b4a0bb057b1728c65a3e6b 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=4
-PKG_MINOR=18
-PKG_REVISION=0
+PKG_MINOR=19
+PKG_REVISION=0-rc0
 PKG_BUILD=1
index 5fdf78e4057cf3b86e48b5fd96a74eaf20d9490c..1ec9c9ab4d90b8eae9554a0c3cb73e8cb52ba5a2 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.18.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.19.0-rc0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])