diff options
| author | bwarsaw | 1999-02-19 22:48:50 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-02-19 22:48:50 +0000 |
| commit | 0879151f6f34338b4cc22cd6e69249a54a9b6819 (patch) | |
| tree | 34914960c42e2f4c6584821c9b491681fce48333 | |
| parent | 05b13ef178c8ffb0df678a05ed7ed3e6c84dd9a1 (diff) | |
| download | mailman-0879151f6f34338b4cc22cd6e69249a54a9b6819.tar.gz mailman-0879151f6f34338b4cc22cd6e69249a54a9b6819.tar.zst mailman-0879151f6f34338b4cc22cd6e69249a54a9b6819.zip | |
(VERSION): Set to 1.0b8+ now that we have a potential workaround for
the Linux popen() bug.
| -rw-r--r-- | Mailman/Defaults.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 4d0d22b9d..4970c1487 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -278,7 +278,7 @@ PUBLIC_ARCHIVE_FILE_DIR = os.path.join(PREFIX, 'archives/public') PRIVATE_ARCHIVE_FILE_DIR = os.path.join(PREFIX, 'archives/private') # The Mailman version, also set by configure -VERSION = "1.0b8" +VERSION = "1.0b8+" # Data file version number DATA_FILE_VERSION = 13 |
