]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Update version
authorAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 26 Apr 2022 06:35:15 +0000 (09:35 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 26 Apr 2022 06:35:15 +0000 (09:35 +0300)
configure.ac

index 82f83915c7bb11ce8a5bae8fcce34e24b513de73..662d130e21c250d03c465b408985f6919a805631 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.19],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv19($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])