[Python-checkins] python/dist/src/Mac/scripts BuildApplet.plist, 1.1.2.1, 1.1.2.2

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Mon Dec 27 17:42:00 CET 2004


Update of /cvsroot/python/python/dist/src/Mac/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9470/Mac/scripts

Modified Files:
      Tag: release23-maint
	BuildApplet.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: BuildApplet.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/BuildApplet.plist,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- BuildApplet.plist	4 Nov 2003 21:04:22 -0000	1.1.2.1
+++ BuildApplet.plist	27 Dec 2004 16:41:57 -0000	1.1.2.2
@@ -27,13 +27,13 @@
 	<string>BuildApplet</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>CFBundleIconFile</key>
 	<string>BuildApplet.icns</string>
@@ -48,7 +48,7 @@
 	<key>CFBundleSignature</key>
 	<string>Pide</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