diff --git a/NEWS b/NEWS
index 7a4938d7f81ef8a9c9da7c974c893914bb9feddf..daad97e0595845ebc79a7ceaf66077d72a22e249 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+v0.4.6 02-11-2014 Stephan Bosch <stephan@rename-it.nl>
+
+	- After make distclean the distributed tarball would fail to recompile.
+	  This causes problems for some distribution builds.
+
 v0.4.5 30-10-2014 Stephan Bosch <stephan@rename-it.nl>
 
 	+ Added a Pigeonhole version banner to doveconf output. This way, future
diff --git a/configure.ac b/configure.ac
index 7ff3f07017504271a9ae663cecbe05a40ecc540a..a1e5cbe5ccf5c2f0ed1a2fc48858de60fb609fb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.4.5], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole])
+AC_INIT([Pigeonhole], [0.4.6], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])