From: Timo Sirainen Date: Fri, 15 Dec 2017 17:05:58 +0000 (+0200) Subject: configure: Switched version number to 2.4.devel X-Git-Tag: 2.3.9~2651 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b2f0de75ee7cd7b2ed0a05f02a60b6c8eda8e68;p=thirdparty%2Fdovecot%2Fcore.git configure: Switched version number to 2.4.devel --- diff --git a/configure.ac b/configure.ac index 443d6f81c2..f5ad6b2cad 100644 --- a/configure.ac +++ b/configure.ac @@ -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])