From: Eric Sandeen Date: Fri, 5 Oct 2018 20:46:18 +0000 (-0500) Subject: xfsprogs: Release v4.19.0-rc0 X-Git-Tag: v4.19.0-rc0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=498b6cf12501b82a2340450fc7e8f28968f595a5;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.19.0-rc0 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 --- diff --git a/VERSION b/VERSION index 71cf61194..3e51f1ca0 100644 --- 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 diff --git a/configure.ac b/configure.ac index 5fdf78e40..1ec9c9ab4 100644 --- a/configure.ac +++ b/configure.ac @@ -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])