]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Updated version number to v2.2.UNSTABLE and added a warning to configure.
authorTimo Sirainen <tss@iki.fi>
Sun, 12 Feb 2012 21:23:25 +0000 (23:23 +0200)
committerTimo Sirainen <tss@iki.fi>
Sun, 12 Feb 2012 21:23:25 +0000 (23:23 +0200)
configure.in

index 2bd2177452ff6a63f1d7c77d022187c8b71e7380..7b363d53ef3ed72ac009ff5a9380d934fb3f2bd2 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.rc6],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.UNSTABLE],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])
@@ -2847,3 +2847,6 @@ echo "Full text search :$fts"
 if test "$not_fts" != ""; then
   echo "                 :$not_fts"
 fi
+
+echo
+echo "NOTE: This is the UNSTABLE development branch of Dovecot v2.2."