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([.])