From 8feb0e164a537cf9eea8192e90eb2e0bf41a5285 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 31 Oct 2016 10:55:31 +0200 Subject: [PATCH] v2.2.26.1 released --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9a2cebc700..77b0743865 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.26.0],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.26.1],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv26($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([.])