From: Greg Ward Date: Sat, 4 Jan 2003 21:54:26 +0000 (+0000) Subject: Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. X-Git-Tag: v2.3c1~2587 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bd844e20f7faf4c9c7c9eda6b92ba48a44af33c;p=thirdparty%2FPython%2Fcpython.git Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. --- diff --git a/Lib/optparse.py b/Lib/optparse.py index e77e4212683e..517376a7bcf4 100644 --- a/Lib/optparse.py +++ b/Lib/optparse.py @@ -42,7 +42,7 @@ import sys, os import types import textwrap -__version__ = "1.4" +__version__ = "1.4+" class OptParseError (Exception): def __init__ (self, msg):