changeset 12576:1e425fe18dea

configure: Added a note that this is the UNSTABLE branch.
author Timo Sirainen <tss@iki.fi>
date Sat, 01 Jan 2011 16:00:01 +0200
parents c39557b7662d
children a0ad3fbc3b0b
files configure.in
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Jan 01 15:59:02 2011 +0200
+++ b/configure.in	Sat Jan 01 16:00:01 2011 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.8],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.1.UNSTABLE],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])
@@ -2747,3 +2747,6 @@
 if test "$not_sql_drivers" != ""; then
   echo "                 :$not_sql_drivers"
 fi
+
+echo
+echo "NOTE: This is the UNSTABLE development branch of Dovecot v2.1."