changeset 4258:bd93316b078b HEAD

Note about this being unstable CVS branch
author Timo Sirainen <tss@iki.fi>
date Mon, 08 May 2006 11:31:52 +0300
parents d5381941feea
children fd315deac28f
files configure.in
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"