[Python-checkins] python/dist/src/Mac/Tools/IDE PackageManager.plist, 1.1.2.1, 1.1.2.2 PythonIDE.plist, 1.2.6.2, 1.2.6.3

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/Tools/IDE
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9470/Mac/Tools/IDE

Modified Files:
      Tag: release23-maint
	PackageManager.plist PythonIDE.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: PackageManager.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/PackageManager.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
--- PackageManager.plist	4 Nov 2003 21:04:22 -0000	1.1.2.1
+++ PackageManager.plist	27 Dec 2004 16:41:56 -0000	1.1.2.2
@@ -11,13 +11,13 @@
 	<string>PackageManager</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>PackageManager.icns</string>
@@ -32,7 +32,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>

Index: PythonIDE.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/PythonIDE.plist,v
retrieving revision 1.2.6.2
retrieving revision 1.2.6.3
diff -u -d -r1.2.6.2 -r1.2.6.3
--- PythonIDE.plist	1 Nov 2003 23:14:41 -0000	1.2.6.2
+++ PythonIDE.plist	27 Dec 2004 16:41:56 -0000	1.2.6.3
@@ -27,13 +27,13 @@
 	<string>PythonIDE</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>
@@ -57,7 +57,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