diff options
| author | bwarsaw | 2006-07-08 17:37:55 +0000 |
|---|---|---|
| committer | bwarsaw | 2006-07-08 17:37:55 +0000 |
| commit | cbef3114de3e80b9436d909b11568858e3a1cf42 (patch) | |
| tree | f567fe3fbc331fe399b92e93f80068e8995a7821 /Mailman/Version.py | |
| parent | 60b723291e592ff7925e1b15b79161d1cdac5938 (diff) | |
| download | mailman-cbef3114de3e80b9436d909b11568858e3a1cf42.tar.gz mailman-cbef3114de3e80b9436d909b11568858e3a1cf42.tar.zst mailman-cbef3114de3e80b9436d909b11568858e3a1cf42.zip | |
Diffstat (limited to 'Mailman/Version.py')
| -rw-r--r-- | Mailman/Version.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index 6c9aad05e..91fb82e65 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -46,3 +46,7 @@ PENDING_FILE_SCHEMA_VERSION = 2 # version number for the lists/<listname>/request.db file schema REQUESTS_FILE_SCHEMA_VERSION = 1 + +# Printable version string used by command line scripts +MAILMAN_VERSION = 'GNU Mailman ' + VERSION + |
