]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.3.6 release-2.3.6 2.3.6
authorAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 29 Apr 2019 06:04:27 +0000 (09:04 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 30 Apr 2019 11:16:49 +0000 (14:16 +0300)
configure.ac

index 2c6142410a763e21f3f044aa15913a957d6b6008..f42d2f0e7d7511d5ce9256be6c9e0f88e8d16aa8 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.6],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv6($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])