xfsprogs: Release v4.5.0

Update all the release files for a 4.5.0 release.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
diff --git a/VERSION b/VERSION
index c0e4d34..7cf7468 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=5
-PKG_REVISION=0-rc1
+PKG_REVISION=0
 PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 6d012ce..d44438f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.5.0-rc1])
+AC_INIT([xfsprogs], [4.5.0])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index 2b99a2c..c74416c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (4.5.0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Tue, 15 Mar 2016 12:05:21 +1100
+
 xfsprogs (4.3.0) unstable; urgency=low
 
   * New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index f321610..5db16a2 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,9 @@
+xfsprogs-4.5.0 (15 Mar 2015)
+	- xfs_io: prevent divide-by-zero on random IO (Dmitry Monakhov)
+	- xfs_db: dquot command documentation fixes (Eric Sandeen)
+	- xfs_quota: better command line parsing and documentation
+	  (Zorro Lang)
+
 xfsprogs-4.5.0-rc1 (17 Feb 2015)
 	- libxfs: update to match kernel 4.5-rc1 code base
 	- xfs_io: add DAX inode flag support