]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Set version to 2.3.20
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 23 Nov 2022 07:55:36 +0000 (09:55 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 29 Nov 2022 12:48:55 +0000 (14:48 +0200)
configure.ac

index f082dcd43b19020635d7335e7ff9faf3caeefca7..ef6385ba65ffed2f0637dd4a8e0f9a51dcf878ea 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.100.devel],[dovecot@dovecot.org])
-AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv100($PACKAGE_VERSION)", [Dovecot ABI version])
+AC_INIT([Dovecot],[2.3.20],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv20($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])