From f6faa47a84ebaad264f1138897929cd791338235 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sun, 6 Jan 2002 04:25:37 +0000 Subject: VERSION: Bump to 2.1a4+ DATA_FILE_VERSION: Bump to pick up the new ban_list attribute. --- Mailman/Version.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Mailman/Version.py') diff --git a/Mailman/Version.py b/Mailman/Version.py index 2f2519449..9cf16061c 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Mailman version -VERSION = "2.1a4" +VERSION = "2.1a4+" # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -36,7 +36,7 @@ HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) # config.pck schema version number -DATA_FILE_VERSION = 50 +DATA_FILE_VERSION = 52 # qfile/*.db schema version number QFILE_SCHEMA_VERSION = 3 -- cgit v1.2.3-70-g09d2