diff options
| author | mailman | 1998-04-09 23:09:44 +0000 |
|---|---|---|
| committer | mailman | 1998-04-09 23:09:44 +0000 |
| commit | 653be2d8e312e9482aeb7ea0f0f1e3b736d34d05 (patch) | |
| tree | e0ce3271c98d1bb59e37618823d5f953fe45e8f7 /cgi/options | |
| parent | a4b01be773427b56057297f2744ed9dec397f1db (diff) | |
| download | mailman-653be2d8e312e9482aeb7ea0f0f1e3b736d34d05.tar.gz mailman-653be2d8e312e9482aeb7ea0f0f1e3b736d34d05.tar.zst mailman-653be2d8e312e9482aeb7ea0f0f1e3b736d34d05.zip | |
Preparing to package a distribution - add __version__ info.
Diffstat (limited to 'cgi/options')
| -rwxr-xr-x | cgi/options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cgi/options b/cgi/options index 4856c557c..930153f7f 100755 --- a/cgi/options +++ b/cgi/options @@ -6,6 +6,8 @@ Takes listname/userid in PATH_INFO, expecting an "obscured" userid. (Depending on the mm_utils.{O,Uno}bscureEmail utilities tolerance, will work fine with an unobscured ids as well.)""" +__version__ = "$Revision: 388 $" + # We don't need to lock in this script, because we're never going to change # data. |
