summaryrefslogtreecommitdiff
path: root/Mac/OSXResources
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-12-12 21:40:38 +0000
committerJack Jansen <jack.jansen@cwi.nl>2001-12-12 21:40:38 +0000
commit2eecc0b2c6c2ac1e2360175771d61270b995ca19 (patch)
tree53063bc3fb08047a683fade49411863e4fbc2616 /Mac/OSXResources
parent86bc9454368e48cd7e2d047681812b103c1aa5a0 (diff)
downloadcpython-2eecc0b2c6c2ac1e2360175771d61270b995ca19.tar.gz
Ready for 2.2 distribution.
Diffstat (limited to 'Mac/OSXResources')
-rw-r--r--Mac/OSXResources/app/Info.plist16
-rw-r--r--Mac/OSXResources/framework/Info.plist4
-rw-r--r--Mac/OSXResources/framework/version.plist8
3 files changed, 18 insertions, 10 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist
index da65acd441..b51ffc1d4b 100644
--- a/Mac/OSXResources/app/Info.plist
+++ b/Mac/OSXResources/app/Info.plist
@@ -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>
diff --git a/Mac/OSXResources/framework/Info.plist b/Mac/OSXResources/framework/Info.plist
index dfb9457477..34eacd5756 100644
--- a/Mac/OSXResources/framework/Info.plist
+++ b/Mac/OSXResources/framework/Info.plist
@@ -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>
diff --git a/Mac/OSXResources/framework/version.plist b/Mac/OSXResources/framework/version.plist
index b4a145cfab..2a1913e3b9 100644
--- a/Mac/OSXResources/framework/version.plist
+++ b/Mac/OSXResources/framework/version.plist
@@ -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>