]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Switched version number to 2.4.devel
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 15 Dec 2017 17:05:58 +0000 (19:05 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 15 Dec 2017 17:05:58 +0000 (19:05 +0200)
configure.ac

index 443d6f81c2c614aea0818afb91a43dd8bbf87ac1..f5ad6b2cada4750a023cfb1527b22e637d56ebfd 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.4.devel],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.4.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])