From eb29528cacbbfbdf82fb2eb0a7d7e67ed8c978d5 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 3 Apr 2009 19:04:43 -0400 Subject: [PATCH] This branch is v1.3.UNSTABLE. --HG-- branch : HEAD --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 50d777344a..272f84b100 100644 --- a/configure.in +++ b/configure.in @@ -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." -- 2.47.3