]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Update version to 2.3.14
authorAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 4 Feb 2021 09:25:22 +0000 (11:25 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 4 Feb 2021 09:27:12 +0000 (11:27 +0200)
configure.ac

index 3d8d77adbbd5b0f5dddd1bae81ee7164ed55539f..b7fe4e24f955492eb645c76b9bf5a657b91fd714 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.14],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv14($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])