]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Bump version to 2.3.15
authorAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 22 Apr 2021 12:21:04 +0000 (15:21 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 22 Apr 2021 12:54:54 +0000 (15:54 +0300)
configure.ac

index 945cbf754890d3360c76d4e2921688b3a5ca246b..3d4569f0c62c41ee99f6a881cde77e8cc6022868 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.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])