[Python-checkins] python/dist/src/PC python_nt.rc,1.15.14.3,1.15.14.4

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 22 May 2003 08:39:11 -0700


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

Modified Files:
      Tag: release22-maint
	python_nt.rc 
Log Message:
Assorted 2.2.3c1 and copyright changes specific to Windows.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.15.14.3
retrieving revision 1.15.14.4
diff -C2 -d -r1.15.14.3 -r1.15.14.4
*** python_nt.rc	14 Oct 2002 15:07:34 -0000	1.15.14.3
--- python_nt.rc	22 May 2003 15:39:08 -0000	1.15.14.4
***************
*** 35,46 ****
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.2.2,
!  * PY_MICRO_VERSION = 2
!  * PY_RELEASE_LEVEL = 'final' = 0xf
!  * PY_RELEASE_SERIAL = 0
   *
!  * and 2*1000 + 15*10 + 0 = 2150
   */
! #define FIELD3 2150
  
  /* e.g., 2.1a2
--- 35,46 ----
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.2.3c1,
!  * PY_MICRO_VERSION = 3
!  * PY_RELEASE_LEVEL = 'candidate' = 0xc
!  * PY_RELEASE_SERIAL = 1
   *
!  * and 3*1000 + 12*10 + 1 = 3121
   */
! #define FIELD3 3121
  
  /* e.g., 2.1a2
***************
*** 93,97 ****
              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"
--- 93,97 ----
              VALUE "FileVersion", PYTHON_VERSION
              VALUE "InternalName", "Python DLL\0"
!             VALUE "LegalCopyright", "Copyright © 2001-2003 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"