From: Aki Tuomi Date: Tue, 30 Jun 2020 08:23:53 +0000 (+0300) Subject: configure: Update version X-Git-Tag: 2.3.11.2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76369c5f20800be804ab3588285d56a70db73505;p=thirdparty%2Fdovecot%2Fcore.git configure: Update version --- diff --git a/configure.ac b/configure.ac index dfb59021d7..3b4d9c92f0 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.11],[dovecot@dovecot.org]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv11($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4])