From: Timo Sirainen Date: Mon, 30 Apr 2018 13:51:33 +0000 (+0300) Subject: configure: Released v2.2.36.rc1 X-Git-Tag: 2.2.36.rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8066fc2c5065c8d989b4bc500e9353c8df5db8e;p=thirdparty%2Fdovecot%2Fcore.git configure: Released v2.2.36.rc1 --- diff --git a/configure.ac b/configure.ac index d22a2e094e..69ef896488 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ 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.devel],[dovecot@dovecot.org]) -AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv20($PACKAGE_VERSION)", [Dovecot ABI version]) +AC_INIT([Dovecot],[2.2.36.rc1],[dovecot@dovecot.org]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv36($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src])