[Python-checkins] python/dist/src/Mac/scripts BuildApplet.plist, 1.3, 1.4

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Mon Dec 27 16:53:28 CET 2004


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

Modified Files:
	BuildApplet.plist 
Log Message:
Updated version numbers.


Index: BuildApplet.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/BuildApplet.plist,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BuildApplet.plist	15 Jul 2004 21:30:41 -0000	1.3
+++ BuildApplet.plist	27 Dec 2004 15:53:20 -0000	1.4
@@ -26,7 +26,7 @@
 	<key>CFBundleExecutable</key>
 	<string>BuildApplet</string>
 	<key>CFBundleGetInfoString</key>
-	<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
+	<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
 	<key>CFBundleIconFile</key>
 	<string>BuildApplet.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -34,17 +34,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>PythonIDE</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.4alpha1</string>
+	<string>2.5alpha0</string>
 	<key>CFBundleSignature</key>
 	<string>Pide</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