From a7a007ee6767fa8a13bc680e44519dadd3a718c3 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 15 Feb 2001 15:59:22 +0000 Subject: Bump the DATA_FILE_VERSION to handle the new i18n list attributes. Bump the QFILE_SCHEMA_VERSION to handle the new file formats. --- Mailman/Version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mailman/Version.py b/Mailman/Version.py index 6fae421f1..74349418b 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -36,7 +36,7 @@ HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) # config.db schema version number -DATA_FILE_VERSION = 21 +DATA_FILE_VERSION = 23 # qfile/*.db schema version number -QFILE_SCHEMA_VERSION = 2 +QFILE_SCHEMA_VERSION = 3 -- cgit v1.3.1