changeset 9016:fdcb1629ddcc HEAD

This branch is v1.3.UNSTABLE.
author Timo Sirainen <tss@iki.fi>
date Fri, 03 Apr 2009 19:04:43 -0400
parents 21d4363a3cf7
children 1b586a2fee8b
files configure.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Apr 03 19:00:52 2009 -0400
+++ b/configure.in	Fri Apr 03 19:04:43 2009 -0400
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.rc1],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[1.3.UNSTABLE],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])
@@ -2456,3 +2456,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.3."