# HG changeset patch # User Timo Sirainen # Date 1147077112 -10800 # Node ID bd93316b078b70738bf8ac72fc9f6a2a0d9d6833 # Parent d5381941feead90f9dfa266ba85488034fc13fc0 Note about this being unstable CVS branch diff -r d5381941feea -r bd93316b078b configure.in --- a/configure.in Mon May 08 11:18:14 2006 +0300 +++ b/configure.in Mon May 08 11:31:52 2006 +0300 @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([dovecot],[1.0.beta7],[dovecot@dovecot.org]) +AC_INIT([dovecot],[1.1.UNSTABLE],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE @@ -1727,3 +1727,8 @@ echo "Building with user database modules . :$userdb" echo "Building with password lookup modules :$passdb" echo "Building with SQL drivers ............:$sql_drivers" + +echo +echo "NOTE: This is the UNSTABLE development branch of Dovecot." +echo "You may want to change into the stabilizing branch:" +echo " cvs up -r branch_1_0"