From: Aki Tuomi Date: Thu, 22 Apr 2021 12:21:04 +0000 (+0300) Subject: configure: Bump version to 2.3.15 X-Git-Tag: 2.3.15~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0097b34eea9418f31ca0e96e98449a90f5fd0454;p=thirdparty%2Fdovecot%2Fcore.git configure: Bump version to 2.3.15 --- diff --git a/configure.ac b/configure.ac index 945cbf7548..3d4569f0c6 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.15],[dovecot@dovecot.org]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv15($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4])