]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Update version to 2.3.13
authorAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 5 Nov 2020 14:02:39 +0000 (16:02 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 5 Nov 2020 14:02:39 +0000 (16:02 +0200)
configure.ac

index 884d42c124c3046fea7ab2f162bef52cb965b8a5..9d481deac900986ad2639a0072fa6fa73cb9ef65 100644 (file)
@@ -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.13],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv13($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])