From: Aki Tuomi Date: Wed, 30 Aug 2023 12:46:20 +0000 (+0300) Subject: configure: Update version X-Git-Tag: 2.3.21~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02bf7bd12660ca93cd1f16196e0bd40145e05248;p=thirdparty%2Fdovecot%2Fcore.git configure: Update version --- diff --git a/configure.ac b/configure.ac index f082dcd43b..a92b99bfbb 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.21],[dovecot@dovecot.org]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv21($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4])