[Python-checkins] python/dist/src/Mac/OSXResources/framework/English.lproj InfoPlist.strings,1.1,1.2

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 04 Jul 2003 06:06:16 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSXResources/framework/English.lproj
In directory sc8-pr-cvs1:/tmp/cvs-serv19579/OSXResources/framework/English.lproj

Modified Files:
	InfoPlist.strings 
Log Message:
Fixed lots of minor issues found by Edward Moy: incorrect version
strings, non-standard naming of things in bundles, etc.


Index: InfoPlist.strings
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/framework/English.lproj/InfoPlist.strings,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** InfoPlist.strings	8 Aug 2001 22:00:26 -0000	1.1
--- InfoPlist.strings	4 Jul 2003 13:06:14 -0000	1.2
***************
*** 2,5 ****
  
  CFBundleName = "Python";
! CFBundleShortVersionString = "2.2a1";
! CFBundleGetInfoString = "Python Runtime and Library";
--- 2,5 ----
  
  CFBundleName = "Python";
! CFBundleShortVersionString = "2.3";
! CFBundleGetInfoString = "2.3, (c) 2003 Python Software Foundation";