Ready for 2.2 distribution.

This commit is contained in:
Jack Jansen 2001-12-12 21:40:38 +00:00
parent b48f1d3f8a
commit ff3a69c4bc
3 changed files with 18 additions and 10 deletions

View File

@ -51,8 +51,16 @@
</array>
<key>CFBundleExecutable</key>
<string>python</string>
<key>CFBundleGetInfoString</key>
<string>Python Interpreter version 2.2a3, (c) 2001 Python Software Foundation.</string>
<string>Python Interpreter version 2.2, (c) 2001 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key>
<string>2.2, (c) 2001 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2001 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key>
<string>6.5</string>
<key>CFBundleIconFile</key>
<string>PythonInterpreter.icns</string>
<key>CFBundleIdentifier</key>
@ -63,12 +71,12 @@
<string>PythonInterpreter</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Python Interpreter version 2.2a3</string>
<key>CFBundleSignature</key>
<string>PytX</string>
<key>CFBundleVersion</key>
<string>2.2a3</string>
<string>2.2</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CSResourcesFileMapped</key>
<true/>
</dict>

View File

@ -17,10 +17,10 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.2a1</string>
<string>2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>vecLib 1.1-4</string>
<string>2.2</string>
</dict>
</plist>

View File

@ -5,14 +5,14 @@
<key>BuildVersion</key>
<string>1</string>
<key>CFBundleShortVersionString</key>
<string>2.2a1</string>
<string>2.2</string>
<key>CFBundleVersion</key>
<string>Python 2.2a1</string>
<string>Python 2.2</string>
<key>ProjectName</key>
<string>Python</string>
<key>ReleaseStatus</key>
<string>alfa</string>
<string>final</string>
<key>SourceVersion</key>
<string>2.2a1</string>
<string>2.2</string>
</dict>
</plist>