[Python-checkins] CVS: python/dist/src/PC python_nt.rc,1.14,1.15

Tim Peters tim_one@users.sourceforge.net
Sat, 18 Aug 2001 17:56:30 -0700


Update of /cvsroot/python/python/dist/src/PC
In directory usw-pr-cvs1:/tmp/cvs-serv16282/python/PC

Modified Files:
	python_nt.rc 
Log Message:
Windows fiddling for 2.2a2:  bump build number; update copyright and
company info in resource files; change installer strings to match.
This belongs in the release branch too, of course.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** python_nt.rc	2001/04/18 21:12:25	1.14
--- python_nt.rc	2001/08/19 00:56:28	1.15
***************
*** 70,78 ****
          BLOCK "000004b0"
          BEGIN
!             VALUE "CompanyName", "Digital Creations 2\0"
              VALUE "FileDescription", "Python Core\0"
              VALUE "FileVersion", PYTHON_VERSION
              VALUE "InternalName", "Python DLL\0"
!             VALUE "LegalCopyright", "Copyright © 2000, 2001 Guido van Rossum. Copyright © 2000 BeOpen.com. Copyright © 1995-2000 CNRI. Copyright © 1991-1995 SMC.\0"
              VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
              VALUE "ProductName", "Python\0"
--- 70,78 ----
          BLOCK "000004b0"
          BEGIN
!             VALUE "CompanyName", "PythonLabs at Zope Corporation\0"
              VALUE "FileDescription", "Python Core\0"
              VALUE "FileVersion", PYTHON_VERSION
              VALUE "InternalName", "Python DLL\0"
!             VALUE "LegalCopyright", "Copyright © 2001 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
              VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
              VALUE "ProductName", "Python\0"