]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Changed version number to v2.2.devel.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 16 Dec 2015 12:11:04 +0000 (14:11 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 16 Dec 2015 12:11:04 +0000 (14:11 +0200)
The actual version numbers live only on the release-branches from now on.

configure.ac

index b6b5d0c550879d8db8b9381d61dcf7d4d08c5c5a..3f8cda325aa0c51450b1ec3a3a36732def946eaa 100644 (file)
@@ -2,7 +2,7 @@ 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.20],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.devel],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv20($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])