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

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 30 May 2003 09:02:00 -0700


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

Modified Files:
      Tag: release22-maint
	python_nt.rc 
Log Message:
Update the Windows DLL resource info for 2.2.3.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.15.14.4
retrieving revision 1.15.14.5
diff -C2 -d -r1.15.14.4 -r1.15.14.5
*** python_nt.rc	22 May 2003 15:39:08 -0000	1.15.14.4
--- python_nt.rc	30 May 2003 16:01:58 -0000	1.15.14.5
***************
*** 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
--- 35,46 ----
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.2.3,
   * PY_MICRO_VERSION = 3
!  * PY_RELEASE_LEVEL = 'final' = 0xf
!  * PY_RELEASE_SERIAL = 0
   *
!  * and 3*1000 + 15*10 + 0 = 3150
   */
! #define FIELD3 3150
  
  /* e.g., 2.1a2