diff --git a/NEWS b/NEWS
index 21a525a42a96925e059196499478cc7405fe4d7e..43678b1ee31137b79032e0fbfe88dd6caf6ac105 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v0.2.0 [TO BE RELEASED] Stephan Bosch <stephan@rename-it.nl>
+v0.2.0 10-09-2010 Stephan Bosch <stephan@rename-it.nl>
 
 	* Merged Sieve and ManageSieve packages into a single Pigeonhole package. 
 	  There is also no need to patch Dovecot anymore to gain ManageSieve support.
diff --git a/TODO b/TODO
index 3ed4de2c57e958a53043a4877695278a1427de37..57d0d5a5d518153953b0300481b53ad3d5f159df 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,3 @@
-Current activities:
-
-* ## MAKE A SECOND RELEASE (0.2.x) ##
-
 Next (in order of descending priority/precedence):
 
 * Finish the ereject extension
diff --git a/configure.in b/configure.in
index 04f99c3e90b7b94388cca882aff41eb9fabc97e1..f4c1ca9e34c8c125b0a79955bb7a2b1eb80c8411 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.2.UNSTABLE], [dovecot@dovecot.org], [dovecot-2.0-pigeonhole])
+AC_INIT([Pigeonhole], [0.2.0], [dovecot@dovecot.org], [dovecot-2.0-pigeonhole])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])
@@ -130,5 +130,3 @@ src/testsuite/Makefile
 stamp.h])
 
 AC_OUTPUT
-
-echo "NOTE: This is the UNSTABLE development branch."