]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
This branch is v1.3.UNSTABLE.
authorTimo Sirainen <tss@iki.fi>
Fri, 3 Apr 2009 23:04:43 +0000 (19:04 -0400)
committerTimo Sirainen <tss@iki.fi>
Fri, 3 Apr 2009 23:04:43 +0000 (19:04 -0400)
--HG--
branch : HEAD

configure.in

index 50d777344ac54002ba818a827e9da8cc955011fe..272f84b10018d3c318ad2115ada8baddb5a97a3e 100644 (file)
@@ -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 GSSAPI support ........ : $have_gssapi"
 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."