diff options
| author | bwarsaw | 1999-11-10 17:47:14 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-11-10 17:47:14 +0000 |
| commit | 0aa9969099d84b798f55a97b0ff36862fc21f701 (patch) | |
| tree | c4f87115f648e9dda9351e24f3b8d18516995ea5 /Mailman/Version.py | |
| parent | c0a3a3ed6edaaef3254eebfa55502d6ce255375a (diff) | |
| download | mailman-0aa9969099d84b798f55a97b0ff36862fc21f701.tar.gz mailman-0aa9969099d84b798f55a97b0ff36862fc21f701.tar.zst mailman-0aa9969099d84b798f55a97b0ff36862fc21f701.zip | |
Diffstat (limited to 'Mailman/Version.py')
| -rw-r--r-- | Mailman/Version.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py new file mode 100644 index 000000000..66339c756 --- /dev/null +++ b/Mailman/Version.py @@ -0,0 +1,17 @@ +# Copyright (C) 1998 by the Free Software Foundation, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +VERSION = '1.1+' |
