diff options
| -rw-r--r-- | Mailman/mm_cfg.py.dist.in | 2 | ||||
| -rw-r--r-- | modules/mm_cfg.py.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Mailman/mm_cfg.py.dist.in b/Mailman/mm_cfg.py.dist.in index 602c96daf..f8e525664 100644 --- a/Mailman/mm_cfg.py.dist.in +++ b/Mailman/mm_cfg.py.dist.in @@ -17,6 +17,8 @@ setting by using the value as a format string against the list-instance-object's dictionary - see the distributed value of DEFAULT_MSG_FOOTER for an example.""" +__version__ = "$Revision: 392 $" + ####################################################### # Here's where we get the distributed defaults. # diff --git a/modules/mm_cfg.py.in b/modules/mm_cfg.py.in index 602c96daf..f8e525664 100644 --- a/modules/mm_cfg.py.in +++ b/modules/mm_cfg.py.in @@ -17,6 +17,8 @@ setting by using the value as a format string against the list-instance-object's dictionary - see the distributed value of DEFAULT_MSG_FOOTER for an example.""" +__version__ = "$Revision: 392 $" + ####################################################### # Here's where we get the distributed defaults. # |
