diff options
Diffstat (limited to 'Mac/OSXResources/app/Info.plist')
-rw-r--r-- | Mac/OSXResources/app/Info.plist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index b51ffc1..72ae1ff 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -53,22 +53,22 @@ <string>python</string> <key>CFBundleGetInfoString</key> - <string>Python Interpreter version 2.2, (c) 2001 Python Software Foundation.</string> + <string>Python Interpreter version 2.3, (c) 2002 Python Software Foundation.</string> <key>CFBundleLongVersionString</key> - <string>2.2, (c) 2001 Python Software Foundation.</string> + <string>2.3, (c) 2002 Python Software Foundation.</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2001 Python Software Foundation.</string> + <string>Copyright 2002 Python Software Foundation.</string> <key>CFBundleShortVersionString</key> - <string>6.5</string> + <string>2.3</string> <key>CFBundleIconFile</key> <string>PythonInterpreter.icns</string> <key>CFBundleIdentifier</key> - <string>org.python.interpreter</string> + <string>org.python.pythonw</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>PythonInterpreter</string> + <string>PythonW</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> |