[Python-checkins] python/dist/src/Mac/OSXResources/app Info.plist,
1.11.6.1, 1.11.6.2
jackjansen at users.sourceforge.net
jackjansen at users.sourceforge.net
Mon Dec 27 17:41:59 CET 2004
Update of /cvsroot/python/python/dist/src/Mac/OSXResources/app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9470/Mac/OSXResources/app
Modified Files:
Tag: release23-maint
Info.plist
Log Message:
- Changed version numbers to get ready for 2.3.5
- Various of the mods to build the 3rd MacPython additions (but not all).
Index: Info.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Info.plist,v
retrieving revision 1.11.6.1
retrieving revision 1.11.6.2
diff -u -d -r1.11.6.1 -r1.11.6.2
--- Info.plist 29 Sep 2003 15:11:32 -0000 1.11.6.1
+++ Info.plist 27 Dec 2004 16:41:54 -0000 1.11.6.2
@@ -21,13 +21,13 @@
<string>Python</string>
<key>CFBundleGetInfoString</key>
- <string>2.3.2, (c) 2003 Python Software Foundation.</string>
+ <string>2.3.5, (c) 2004 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key>
- <string>2.3.2, (c) 2003 Python Software Foundation.</string>
+ <string>2.3.5, (c) 2004 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2003 Python Software Foundation.</string>
+ <string>Copyright 2004 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key>
- <string>2.3.2</string>
+ <string>2.3.5</string>
<key>CFBundleHelpBookFolder</key>
<array>
@@ -52,7 +52,7 @@
<key>CFBundleSignature</key>
<string>PytX</string>
<key>CFBundleVersion</key>
- <string>2.3.2</string>
+ <string>2.3.5</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CSResourcesFileMapped</key>
More information about the Python-checkins
mailing list