~msapiro/mailman/topics

« back to all changes in this revision

Viewing changes to Mailman/Version.py

  • Committer: Malte S. Stretz
  • Date: 2010-06-30 15:31:24 UTC
  • mto: (1006.1.110 2.2)
  • mto: This revision was merged to the branch mainline in revision 1022.
  • Revision ID: mss@apache.org-20100630153124-az7wragqgwphgl3j
Bump DATA_FILE_VERSION.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
               (REL_LEVEL << 4)  | (REL_SERIAL << 0))
38
38
 
39
39
# config.pck schema version number
40
 
DATA_FILE_VERSION = 99
 
40
DATA_FILE_VERSION = 200
41
41
 
42
42
# qfile/*.db schema version number
43
43
QFILE_SCHEMA_VERSION = 3