diff options
| author | bwarsaw | 1999-05-02 23:17:18 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-05-02 23:17:18 +0000 |
| commit | 4fd5290c39aad4c5b042c99203bd0b0839147fc5 (patch) | |
| tree | f3c98fbaf28ad44b6687f4f3fdef5269f08bca38 /Mailman/Defaults.py.in | |
| parent | cb115221ed0426d7754964202190aa833502389c (diff) | |
| download | mailman-4fd5290c39aad4c5b042c99203bd0b0839147fc5.tar.gz mailman-4fd5290c39aad4c5b042c99203bd0b0839147fc5.tar.zst mailman-4fd5290c39aad4c5b042c99203bd0b0839147fc5.zip | |
Oops, VERSION should be 1.0rc1
Diffstat (limited to 'Mailman/Defaults.py.in')
| -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 6113dbf8b..2608a76ab 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -300,7 +300,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.0brc1" +VERSION = "1.0rc1" # Data file version number DATA_FILE_VERSION = 14 |
