[Python-checkins] python/dist/src/Mac/Tools/IDE PythonIDE.plist, 1.2, 1.2.6.1

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Mon Sep 29 11:11:33 EDT 2003


Update of /cvsroot/python/python/dist/src/Mac/Tools/IDE
In directory sc8-pr-cvs1:/tmp/cvs-serv26696/Tools/IDE

Modified Files:
      Tag: release23-maint
	PythonIDE.plist 
Log Message:
Updated version numbers to 2.3.2.


Index: PythonIDE.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/PythonIDE.plist,v
retrieving revision 1.2
retrieving revision 1.2.6.1
diff -C2 -d -r1.2 -r1.2.6.1
*** PythonIDE.plist	4 Jul 2003 13:06:14 -0000	1.2
--- PythonIDE.plist	29 Sep 2003 15:11:31 -0000	1.2.6.1
***************
*** 28,38 ****
  
  	<key>CFBundleGetInfoString</key>
! 	<string>2.3, (c) 2003 Python Software Foundation.</string>
  	<key>CFBundleLongVersionString</key>
! 	<string>2.3, (c) 2003 Python Software Foundation.</string>
  	<key>NSHumanReadableCopyright</key>
  	<string>Copyright 2003 Python Software Foundation.</string>
  	<key>CFBundleShortVersionString</key>
! 	<string>2.3</string>
  
  	<key>CFBundleIconFile</key>
--- 28,38 ----
  
  	<key>CFBundleGetInfoString</key>
! 	<string>2.3.2, (c) 2003 Python Software Foundation.</string>
  	<key>CFBundleLongVersionString</key>
! 	<string>2.3.2, (c) 2003 Python Software Foundation.</string>
  	<key>NSHumanReadableCopyright</key>
  	<string>Copyright 2003 Python Software Foundation.</string>
  	<key>CFBundleShortVersionString</key>
! 	<string>2.3.2</string>
  
  	<key>CFBundleIconFile</key>
***************
*** 49,53 ****
  	<string>Pide</string>
  	<key>CFBundleVersion</key>
! 	<string>2.3</string>
  	<key>LSRequiresCarbon</key>
      <true/>
--- 49,53 ----
  	<string>Pide</string>
  	<key>CFBundleVersion</key>
! 	<string>2.3.2</string>
  	<key>LSRequiresCarbon</key>
      <true/>





More information about the Python-checkins mailing list