From: Aki Tuomi Date: Wed, 4 Mar 2020 07:57:08 +0000 (+0200) Subject: Released 2.3.10 X-Git-Tag: 2.3.10^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0da0eff44948e40a9de5049f9434c416c67af1ec;p=thirdparty%2Fdovecot%2Fcore.git Released 2.3.10 --- diff --git a/configure.ac b/configure.ac index 8a6d86c582..0a9d5bdaee 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.4.devel],[dovecot@dovecot.org]) -AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.4.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version]) +AC_INIT([Dovecot],[2.3.10],[dovecot@dovecot.org]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv10($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4])