From: Timo Sirainen Date: Sun, 12 Feb 2012 21:23:25 +0000 (+0200) Subject: Updated version number to v2.2.UNSTABLE and added a warning to configure. X-Git-Tag: 2.2.alpha1~566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03e877dc9d2b85fb92e99d4dc70898a5af51adde;p=thirdparty%2Fdovecot%2Fcore.git Updated version number to v2.2.UNSTABLE and added a warning to configure. --- diff --git a/configure.in b/configure.in index 2bd2177452..7b363d53ef 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[2.1.rc6],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.UNSTABLE],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign]) @@ -2847,3 +2847,6 @@ echo "Full text search :$fts" if test "$not_fts" != ""; then echo " :$not_fts" fi + +echo +echo "NOTE: This is the UNSTABLE development branch of Dovecot v2.2."