From: Timo Sirainen Date: Wed, 16 Dec 2015 12:11:04 +0000 (+0200) Subject: configure: Changed version number to v2.2.devel. X-Git-Tag: 2.2.22.rc1~402 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2db811b58b33ea634723c32817ca1ca3d048232;p=thirdparty%2Fdovecot%2Fcore.git configure: Changed version number to v2.2.devel. The actual version numbers live only on the release-branches from now on. --- diff --git a/configure.ac b/configure.ac index b6b5d0c550..3f8cda325a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.59]) # 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])