]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Update version to 2.3.devel
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 19 Jan 2022 14:07:58 +0000 (15:07 +0100)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 19 Jan 2022 14:23:57 +0000 (15:23 +0100)
configure.ac

index 23c6f77f4dd4269085f409a4344af60366087982..62d88492bcdec0bce71ed3c688b91cd62d4a29f6 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.devel],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])