summaryrefslogtreecommitdiff
path: root/Mailman/Version.py
diff options
context:
space:
mode:
authorbwarsaw2002-01-06 04:25:37 +0000
committerbwarsaw2002-01-06 04:25:37 +0000
commitf6faa47a84ebaad264f1138897929cd791338235 (patch)
treedd112ebf33ebb326ef2d40287166c3677cf449ab /Mailman/Version.py
parentf30263a33d897c9db6f474b298253fe94ea584db (diff)
downloadmailman-f6faa47a84ebaad264f1138897929cd791338235.tar.gz
mailman-f6faa47a84ebaad264f1138897929cd791338235.tar.zst
mailman-f6faa47a84ebaad264f1138897929cd791338235.zip
Diffstat (limited to 'Mailman/Version.py')
-rw-r--r--Mailman/Version.py6
1 files changed, 3 insertions, 3 deletions
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