]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.3.8 release-2.3.8 2.3.8
authorAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 8 Oct 2019 07:27:59 +0000 (10:27 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 8 Oct 2019 07:27:59 +0000 (10:27 +0300)
configure.ac

index 35b9acbc511f3998914dc2f63e29b3a9713623f8..7db5e5d6b8a3e915fa4b26e23cf7d85be2deade5 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.3.devel],[dovecot@dovecot.org])
-AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
+AC_INIT([Dovecot],[2.3.8],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv8($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])