xfsprogs: Release v5.6.0-rc0

Update all the necessary files for a 5.6.0-rc0 release.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
diff --git a/VERSION b/VERSION
index bd62034..f2bd107 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=5
-PKG_MINOR=5
-PKG_REVISION=0
+PKG_MINOR=6
+PKG_REVISION=0-rc0
 PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 9558816..a9d3ea1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.5.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.6.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 6901712..6075876 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (5.6.0-rc0-1) unstable; urgency=low
+
+  * New upstream pre-release
+
+ -- Nathan Scott <nathans@debian.org>  Wed, 18 Mar 2020 11:35:54 -0500
+
 xfsprogs (5.5.0-1) unstable; urgency=low
 
   * New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index aad8eb4..06322f1 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,6 @@
+xfsprogs-5.5.0-rc0 (18 Mar 2020)
+	- libxfs changes merged from kernel 5.6
+
 xfsprogs-5.5.0 (13 Mar 2020)
 	- xfsprogs: don't warn about packed members (Dave Chinner)