From: Timo Sirainen Date: Fri, 3 Apr 2009 23:04:43 +0000 (-0400) Subject: This branch is v1.3.UNSTABLE. X-Git-Tag: 2.0.alpha1~1036 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb29528cacbbfbdf82fb2eb0a7d7e67ed8c978d5;p=thirdparty%2Fdovecot%2Fcore.git This branch is v1.3.UNSTABLE. --HG-- branch : HEAD --- diff --git a/configure.in b/configure.in index 50d777344a..272f84b100 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[1.2.rc1],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[1.3.UNSTABLE],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign]) @@ -2456,3 +2456,5 @@ echo "Building with GSSAPI support ........ : $have_gssapi" echo "Building with user database modules . :$userdb" echo "Building with password lookup modules :$passdb" echo "Building with SQL drivers ............:$sql_drivers" + +echo "NOTE: This is the UNSTABLE development branch of Dovecot v1.3."