From: Aki Tuomi Date: Fri, 9 Aug 2024 09:24:39 +0000 (+0300) Subject: configure: Update version X-Git-Tag: 2.3.21.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Frelease-2.3.21;p=thirdparty%2Fdovecot%2Fcore.git configure: Update version --- diff --git a/configure.ac b/configure.ac index a92b99bfbb..40ae311d24 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,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.21],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.3.21.1],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv21($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src])