changeset 19518:f1ec963e9436

configure: Changed version number to v2.2.devel. The actual version numbers live only on the release-branches from now on.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Wed, 16 Dec 2015 14:11:04 +0200
parents d2ffe96b5286
children 7de67ada80b3
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Dec 16 11:59:41 2015 +0200
+++ b/configure.ac	Wed Dec 16 14:11:04 2015 +0200
@@ -2,7 +2,7 @@
 
 # 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])