[Python-checkins] python/dist/src/Mac/OSXResources/app Info.plist, 1.11, 1.12

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Wed Nov 19 08:50:23 EST 2003


Update of /cvsroot/python/python/dist/src/Mac/OSXResources/app
In directory sc8-pr-cvs1:/tmp/cvs-serv32651

Modified Files:
	Info.plist 
Log Message:
Upped version


Index: Info.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Info.plist,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Info.plist	4 Jul 2003 13:06:14 -0000	1.11
--- Info.plist	19 Nov 2003 13:50:21 -0000	1.12
***************
*** 22,32 ****
  
  	<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>CFBundleHelpBookFolder</key>
--- 22,32 ----
  
  	<key>CFBundleGetInfoString</key>
! 	<string>2.4a0, (c) 2003 Python Software Foundation.</string>
  	<key>CFBundleLongVersionString</key>
! 	<string>2.4a0, (c) 2003 Python Software Foundation.</string>
  	<key>NSHumanReadableCopyright</key>
  	<string>Copyright 2003 Python Software Foundation.</string>
  	<key>CFBundleShortVersionString</key>
! 	<string>2.4a0</string>
  
  	<key>CFBundleHelpBookFolder</key>
***************
*** 53,57 ****
  	<string>PytX</string>
  	<key>CFBundleVersion</key>
! 	<string>2.3</string>
  	<key>LSRequiresCarbon</key>
      <true/>
--- 53,57 ----
  	<string>PytX</string>
  	<key>CFBundleVersion</key>
! 	<string>2.4a0</string>
  	<key>LSRequiresCarbon</key>
      <true/>





More information about the Python-checkins mailing list