From: Timo Sirainen Date: Wed, 19 Jan 2022 14:07:58 +0000 (+0100) Subject: configure: Update version to 2.3.devel X-Git-Tag: 2.3.19~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b6465700f1191bff81fb357f7629addd1d72a72;p=thirdparty%2Fdovecot%2Fcore.git configure: Update version to 2.3.devel --- diff --git a/configure.ac b/configure.ac index 23c6f77f4d..62d88492bc 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.devel],[dovecot@dovecot.org]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4])