]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
config: Add explicit support for 3.1.0 version
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 20 Feb 2025 07:36:44 +0000 (09:36 +0200)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 20 Feb 2025 07:36:59 +0000 (09:36 +0200)
Config version 3.0.x is no longer supported.

src/config/config-parser.c

index 2cfb3ec4cc9e3de90ea91746d12ee5cc0a29fa4e..a0eb430c310bd3a9e50837a6c43caabbe0e16f90 100644 (file)
@@ -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",