From: Aki Tuomi Date: Tue, 13 Jul 2021 09:01:47 +0000 (+0300) Subject: configure: Set version to 2.3.16 X-Git-Tag: 2.3.16~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=639cd6f517744d3983b3673b33e9503eb1194f52;p=thirdparty%2Fdovecot%2Fcore.git configure: Set version to 2.3.16 --- diff --git a/configure.ac b/configure.ac index 5b7580c842..96d1b8cfe7 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.16],[dovecot@dovecot.org]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv16($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4])