From: Timo Sirainen Date: Thu, 20 Feb 2025 07:36:44 +0000 (+0200) Subject: config: Add explicit support for 3.1.0 version X-Git-Tag: 2.4.1~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb2b71ffedcfcdede213d14a24f137c686e8547c;p=thirdparty%2Fdovecot%2Fcore.git config: Add explicit support for 3.1.0 version Config version 3.0.x is no longer supported. --- diff --git a/src/config/config-parser.c b/src/config/config-parser.c index 2cfb3ec4cc..a0eb430c31 100644 --- a/src/config/config-parser.c +++ b/src/config/config-parser.c @@ -2532,7 +2532,7 @@ static bool config_version_find(const char *version, const char **error_r) { const char *const supported_versions[] = { #ifdef DOVECOT_PRO_EDITION - "3.0.0", + "3.1.0", DOVECOT_CONFIG_VERSION, #else "2.4.0",