# HG changeset patch # User Timo Sirainen # Date 1450267864 -7200 # Node ID f1ec963e9436a50693d840586867d9a49e16ec94 # Parent d2ffe96b528685b9bed6a6ccb870e0f42f1c1ae0 configure: Changed version number to v2.2.devel. The actual version numbers live only on the release-branches from now on. diff -r d2ffe96b5286 -r f1ec963e9436 configure.ac --- a/configure.ac Wed Dec 16 11:59:41 2015 +0200 +++ b/configure.ac Wed Dec 16 14:11:04 2015 +0200 @@ -2,7 +2,7 @@ # 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.20],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.devel],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv20($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src])