]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Update ABI version, too 2.3.7
authorAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 12 Jul 2019 10:22:06 +0000 (13:22 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 12 Jul 2019 10:22:06 +0000 (13:22 +0300)
Was forgotten from dc7c9463386fd2a822a79218e8b846bd8c57c648

configure.ac

index f578cf7ddcce2a9898e9d1b11e000f9656e35dd3..0ac2b9682d3f1600e1a5c69bad4832f58b3370a0 100644 (file)
@@ -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])