]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Switched version number to 2.3.devel
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 13 Apr 2016 10:40:31 +0000 (13:40 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 13 Apr 2016 10:40:31 +0000 (13:40 +0300)
configure.ac

index 8d7445fefe1c39afacaf80335402a9c2089983f1..e9617ba94d91fdb548b6332877587aba71b1296b 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.2.devel],[dovecot@dovecot.org])
-AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv20($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])