From: Aki Tuomi Date: Wed, 4 Dec 2019 07:02:28 +0000 (+0200) Subject: Released v2.3.9 X-Git-Tag: 2.3.9^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7f79df9925091027280d88db05fb0135e35e75a;p=thirdparty%2Fdovecot%2Fcore.git Released v2.3.9 --- diff --git a/configure.ac b/configure.ac index 4bb3aadaa4..93bf8bf3ed 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.9],[dovecot@dovecot.org]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv9($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4])