]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released 2.3.10 2.3.10
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 4 Mar 2020 07:57:08 +0000 (09:57 +0200)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Thu, 5 Mar 2020 13:39:21 +0000 (13:39 +0000)
configure.ac

index 8a6d86c5826d93bd00df561bb468cdfbd42cce4c..0a9d5bdaee5ea4ae038f71751a9c298963e714b6 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.10],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv10($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])