[Python-checkins] python/dist/src/Mac/OSXResources/app Info.plist,
1.13, 1.14
jackjansen at users.sourceforge.net
jackjansen at users.sourceforge.net
Mon Dec 27 16:53:21 CET 2004
Update of /cvsroot/python/python/dist/src/Mac/OSXResources/app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv676/Mac/OSXResources/app
Modified Files:
Info.plist
Log Message:
Updated version numbers.
Index: Info.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Info.plist,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Info.plist 15 Jul 2004 21:30:41 -0000 1.13
+++ Info.plist 27 Dec 2004 15:53:18 -0000 1.14
@@ -20,7 +20,7 @@
<key>CFBundleExecutable</key>
<string>Python</string>
<key>CFBundleGetInfoString</key>
- <string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
+ <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleHelpBookFolder</key>
<array>
<string>Documentation</string>
@@ -37,17 +37,17 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
- <string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
+ <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key>
<string>Python</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.4alpha1</string>
+ <string>2.5alpha0</string>
<key>CFBundleSignature</key>
<string>PytX</string>
<key>CFBundleVersion</key>
- <string>2.4alpha1</string>
+ <string>2.5alpha0</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
More information about the Python-checkins
mailing list