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> </array>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>python</string> <string>python</string>
<key>CFBundleGetInfoString</key> <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> <key>CFBundleIconFile</key>
<string>PythonInterpreter.icns</string> <string>PythonInterpreter.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@ -63,12 +71,12 @@
<string>PythonInterpreter</string> <string>PythonInterpreter</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Python Interpreter version 2.2a3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>PytX</string> <string>PytX</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.2a3</string> <string>2.2</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
</dict> </dict>

View file

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

View file

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