]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.3.9 2.3.9
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 4 Dec 2019 07:02:28 +0000 (09:02 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 4 Dec 2019 07:02:45 +0000 (09:02 +0200)
configure.ac

index 4bb3aadaa4b9128ba0ca11ebaeb9c9c06c93d791..93bf8bf3edfc92807e539f59d01e35a1f5bdbaa3 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.9],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv9($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])