]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Added a note that this is the UNSTABLE branch.
authorTimo Sirainen <tss@iki.fi>
Sat, 1 Jan 2011 14:00:01 +0000 (16:00 +0200)
committerTimo Sirainen <tss@iki.fi>
Sat, 1 Jan 2011 14:00:01 +0000 (16:00 +0200)
configure.in

index 435213488189235bddb87b4d4139ea34c498acb2..110cfa4ac733af3b6a2e524825e133ad6b4da0b8 100644 (file)
@@ -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 @@ echo "SQL drivers .... :$sql_drivers"
 if test "$not_sql_drivers" != ""; then
   echo "                 :$not_sql_drivers"
 fi
+
+echo
+echo "NOTE: This is the UNSTABLE development branch of Dovecot v2.1."