From 7202ebb9bb040a14ca7abaf171e7f92cbbe59585 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Fri, 10 Sep 2010 02:04:11 +0200
Subject: [PATCH] Released v0.2.0 for Dovecot v2.0.2.

---
 NEWS         | 2 +-
 TODO         | 4 ----
 configure.in | 4 +---
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index 21a525a42..43678b1ee 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 3ed4de2c5..57d0d5a5d 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 04f99c3e9..f4c1ca9e3 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."
-- 
GitLab