From: Timo Sirainen Date: Tue, 8 Nov 2011 22:10:04 +0000 (+0200) Subject: Released v2.1.beta1. X-Git-Tag: 2.1.beta1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25af25293bfa3dea15a8408de3b0343e911fe56b;p=thirdparty%2Fdovecot%2Fcore.git Released v2.1.beta1. --- diff --git a/NEWS b/NEWS index 27ee0f41c0..cfd2489d3a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.1.UNSTABLE 2011-xx-xx Timo Sirainen +v2.1.beta1 2011-11-08 Timo Sirainen * Plugins now use UTF-8 mailbox names rather than mUTF-7: acl, autocreate, expire, trash, virtual diff --git a/configure.in b/configure.in index fde242cb62..9cc9f9b41d 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[2.1.alpha2],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.1.beta1],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])