From: Aki Tuomi Date: Wed, 23 Nov 2022 07:55:36 +0000 (+0200) Subject: configure: Set version to 2.3.20 X-Git-Tag: 2.3.20~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a48c2ca47a6cdb6539c8f6959f70726d1ca1b64e;p=thirdparty%2Fdovecot%2Fcore.git configure: Set version to 2.3.20 --- diff --git a/configure.ac b/configure.ac index f082dcd43b..ef6385ba65 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.3.100.devel],[dovecot@dovecot.org]) -AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv100($PACKAGE_VERSION)", [Dovecot ABI version]) +AC_INIT([Dovecot],[2.3.20],[dovecot@dovecot.org]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv20($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4])