diff configure.ac @ 15357:f5941f3ac762

Released v2.2.alpha1.
author Timo Sirainen <tss@iki.fi>
date Mon, 29 Oct 2012 22:47:32 +0200
parents b52f4852e5f8
children 68d21f872fd7
line wrap: on
line diff
--- a/configure.ac	Mon Oct 29 22:42:28 2012 +0200
+++ b/configure.ac	Mon Oct 29 22:47:32 2012 +0200
@@ -1,6 +1,10 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.2.UNSTABLE],[dovecot@dovecot.org])
+
+# Be sure to update ABI version also if anything changes that might require
+# recompiling plugins. Most importantly that means if any structs are changed.
+AC_INIT([Dovecot],[2.2.alpha1],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
+
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])