From: Timo Sirainen Date: Thu, 24 Aug 2017 12:38:13 +0000 (+0300) Subject: Released v2.2.32. X-Git-Tag: 2.2.32^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Frelease-2.2.32;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.32. --- diff --git a/NEWS b/NEWS index 1c92cdcd1b..47eb782df0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.2.32 2017-08-xx Timo Sirainen +v2.2.32 2017-08-24 Timo Sirainen * imapc: Info-level line is logged every time when successfully connected to the remote server. This includes local/remote IP/port, diff --git a/configure.ac b/configure.ac index 5d69f3730a..b2ed441993 100644 --- a/configure.ac +++ b/configure.ac @@ -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.32.rc2],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.32],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv32($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src])