aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2022-06-22 14:29:41 -0500
committerEric Sandeen <sandeen@sandeen.net>2022-06-22 14:29:41 -0500
commit2962287481b2f9a76ba026cf16f7535f79b7bdbc (patch)
treed1b866bdc7e13eae1c94f7e38a5fe515f82d3c47
parent90542cd26f4f5dce38f95344cd5aa4f0ffa2f503 (diff)
downloadxfsprogs-dev-libxfs-5.19-sync.tar.gz
xfsprogs: Release v5.19.0-rc0v5.19.0-rc0libxfs-5.19-sync
Update all the necessary files for a 5.19.0-rc0 release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index dbc2e9c074..5991f79f63 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=5
-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 03f68cacb9..a43fce622b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[5.18.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[5.19.0-rc0],[linux-xfs@vger.kernel.org])
AC_PREREQ([2.69])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])