~msapiro/mailman/topics

« back to all changes in this revision

Viewing changes to Mailman/Version.py

  • Committer: Mark Sapiro
  • Date: 2010-07-03 20:56:47 UTC
  • mfrom: (1006.3.2 2.2)
  • mto: (1006.1.254 2.2)
  • mto: This revision was merged to the branch mainline in revision 1022.
  • Revision ID: mark@msapiro.net-20100703205647-rdmmmctwensqq10v
Merged optional Sender: header feature from lp:~mss/mailman/2.2-sender-header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
2
2
#
3
3
# This program is free software; you can redistribute it and/or
4
4
# modify it under the terms of the GNU General Public License
37
37
               (REL_LEVEL << 4)  | (REL_SERIAL << 0))
38
38
 
39
39
# config.pck schema version number
40
 
DATA_FILE_VERSION = 98
 
40
DATA_FILE_VERSION = 100
41
41
 
42
42
# qfile/*.db schema version number
43
43
QFILE_SCHEMA_VERSION = 3