changeset 7672:74e1dc23e441 HEAD

This code tree is now v1.2.UNSTABLE.
author Timo Sirainen <tss@iki.fi>
date Tue, 12 Feb 2008 12:12:50 +0200
parents 0706d404a8fb
children fd29c90047e9
files configure.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Feb 11 23:52:09 2008 +0200
+++ b/configure.in	Tue Feb 12 12:12:50 2008 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.beta14],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.2.UNSTABLE],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE
@@ -2194,3 +2194,5 @@
 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.2."