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

Tim Peters tim_one@users.sourceforge.net
Wed, 27 Feb 2002 23:43:22 -0800


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

Modified Files:
      Tag: release22-maint
	python_nt.rc 
Log Message:
Assorted Windows buildno, copyright and version number changes for 2.2.1a1.
Repair PY_VERSION in patchlevel.h.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.15
retrieving revision 1.15.14.1
diff -C2 -d -r1.15 -r1.15.14.1
*** python_nt.rc	19 Aug 2001 00:56:28 -0000	1.15
--- python_nt.rc	28 Feb 2002 07:43:20 -0000	1.15.14.1
***************
*** 74,78 ****
              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"
--- 74,78 ----
              VALUE "FileVersion", PYTHON_VERSION
              VALUE "InternalName", "Python DLL\0"
!             VALUE "LegalCopyright", "Copyright © 2001-2002 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"