From: Aki Tuomi Date: Fri, 12 Jul 2019 10:22:06 +0000 (+0300) Subject: configure: Update ABI version, too X-Git-Tag: 2.3.7^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=494d20bdcc4704f97ffff294b01c696b1e2d8aea;p=thirdparty%2Fdovecot%2Fcore.git configure: Update ABI version, too Was forgotten from dc7c9463386fd2a822a79218e8b846bd8c57c648 --- diff --git a/configure.ac b/configure.ac index f578cf7ddc..0ac2b9682d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,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.3.7],[dovecot@dovecot.org]) -AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv7($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4])