~tgc/mailman/2.1-da

« back to all changes in this revision

Viewing changes to Mailman/Version.py

  • Committer: Mark Sapiro
  • Date: 2013-09-28 23:08:15 UTC
  • Revision ID: mark@msapiro.net-20130928230815-86m44evqe74e4b4e
Tags: 2.1.16rc3
Renamed author_is_list to from_is_list.

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 = 101
 
40
DATA_FILE_VERSION = 102
41
41
 
42
42
# qfile/*.db schema version number
43
43
QFILE_SCHEMA_VERSION = 3