aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2020-01-22 11:29:46 -0500
committerEric Sandeen <sandeen@redhat.com>2020-01-22 11:29:46 -0500
commit251257e66a82fca6cfbced0884aeebf2a93da447 (patch)
tree3e409192eff374603b0bf826b51f3a2b034e4da2
parent44478d27cb7d7e2dd1b7410130037044162b72aa (diff)
downloadxfsprogs-dev-libxfs-5.5-sync.tar.gz
xfsprogs: Release v5.5.0-rc0v5.5.0-rc0libxfs-5.5-sync
Update all the necessary files for a 5.5.0-rc0 prerelease. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES3
4 files changed, 12 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 27694a169f..612478b53c 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=5
-PKG_MINOR=4
-PKG_REVISION=0
+PKG_MINOR=5
+PKG_REVISION=0-rc0
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 98a35809c1..5eb7c14b72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.4.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.5.0-rc0], [linux-xfs@vger.kernel.org])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index d19b18601e..c13cf0f454 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (5.5.0-rc0-1) unstable; urgency=low
+
+ * New upstream pre-release
+
+ -- Nathan Scott <nathans@debian.org> Wed, 22 Jan 2020 11:12:32 -0500
+
xfsprogs (5.4.0-1) unstable; urgency=low
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index ffb29f62d4..b52aa8309b 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,6 @@
+xfsprogs-5.5.0-rc0 (22 Jan 2020)
+ - libxfs changes merged from kernel 5.5
+
xfsprogs-5.4.0 (20 Dec 2019)
- No further changes