~follybeachris/mailman/mailman2-stable-265848

« back to all changes in this revision

Viewing changes to Mailman/Version.py

  • Committer: Mark Sapiro
  • Date: 2014-04-15 19:59:48 UTC
  • mfrom: (1374.1.8 dmarc-reject)
  • Revision ID: msapiro@value.net-20140415195948-ci8nny8rbv213lxj
Added and modified various options regarding DMARC.  See the NEWS file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 1998-2013 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 1998-2014 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 = 102
 
40
DATA_FILE_VERSION = 103
41
41
 
42
42
# qfile/*.db schema version number
43
43
QFILE_SCHEMA_VERSION = 3