diff options
author | Mark Sapiro <mark@msapiro.net> | 2014-10-16 22:09:49 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2014-10-16 22:09:49 -0700 |
commit | 15e0573756e18870b4f8ae7a26b272b792baf94d (patch) | |
tree | 531f6400760096a25f7c6908fb35780ffe6ccdfb /Mailman/Version.py | |
parent | 851430b1cfbee6d92e4e1c0f110e4e66a1609d55 (diff) | |
download | mailman2-15e0573756e18870b4f8ae7a26b272b792baf94d.tar.gz mailman2-15e0573756e18870b4f8ae7a26b272b792baf94d.tar.xz mailman2-15e0573756e18870b4f8ae7a26b272b792baf94d.zip |
Implemented the ability to forward bounces to the list owner.
Diffstat (limited to '')
-rw-r--r-- | Mailman/Version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index f39931cc..66eed767 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -37,7 +37,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 = 104 +DATA_FILE_VERSION = 105 # qfile/*.db schema version number QFILE_SCHEMA_VERSION = 3 |