From: Just van Rossum Date: Sat, 30 Oct 1999 11:45:16 +0000 (+0000) Subject: New __version__ number (1.0!) -- jvr X-Git-Tag: v1.6a1~782 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afca4153a5aaacda9fa5161caeb55c4fd453810c;p=thirdparty%2FPython%2Fcpython.git New __version__ number (1.0!) -- jvr --- diff --git a/Mac/Tools/IDE/PythonIDE.py b/Mac/Tools/IDE/PythonIDE.py index abb78028e205..b80fd5f07205 100644 --- a/Mac/Tools/IDE/PythonIDE.py +++ b/Mac/Tools/IDE/PythonIDE.py @@ -3,7 +3,7 @@ # keep this (__main__) as clean as possible, since we are using # it like the "normal" interpreter. -__version__ = '1.0b3' +__version__ = '1.0' def init(): diff --git a/Mac/Tools/IDE/PythonIDE.rsrc b/Mac/Tools/IDE/PythonIDE.rsrc index 9c3f9f488908..e56ed21d3a3e 100644 Binary files a/Mac/Tools/IDE/PythonIDE.rsrc and b/Mac/Tools/IDE/PythonIDE.rsrc differ