diff --git a/NEWS b/NEWS
index 201239ed40db12d59461123214f43723624d4cd9..cf5b4a298b5ba0c7e7cd2749b54a301bb33e7041 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v0.4.11 xx-01-2016 Stephan Bosch <stephan@rename-it.nl>
+v0.4.11 08-01-2016 Stephan Bosch <stephan@rename-it.nl>
 
 	- Sieve mime extension: Fixed the header :mime :anychild test to work properly
 	  outside a foreverypart loop.
diff --git a/configure.ac b/configure.ac
index f7c5d77251a99c6edd6a4db3097bd9af60c6ad1c..e58f57448d68f07b7760762143621be0b3ec5551 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.4.11.rc1], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole])
+AC_INIT([Pigeonhole], [0.4.11], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole])
 AC_DEFINE_UNQUOTED([PIGEONHOLE_ABI_VERSION], "0.4.ABIv1($PACKAGE_VERSION)", [Pigeonhole ABI version])
 
 AC_CONFIG_AUX_DIR([.])