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

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


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

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


Index: Info.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Info.plist,v
retrieving revision 1.11
retrieving revision 1.11.6.1
diff -C2 -d -r1.11 -r1.11.6.1
*** Info.plist	4 Jul 2003 13:06:14 -0000	1.11
--- Info.plist	29 Sep 2003 15:11:32 -0000	1.11.6.1
***************
*** 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.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>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.3.2</string>
  	<key>LSRequiresCarbon</key>
      <true/>





More information about the Python-checkins mailing list