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

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 14 Oct 2002 08:07:41 -0700


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

Modified Files:
      Tag: release22-maint
	python_nt.rc 
Log Message:
Update FIELD3 of Windows 64-bit binary version # for 2.2.2.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.15.14.2
retrieving revision 1.15.14.3
diff -C2 -d -r1.15.14.2 -r1.15.14.3
*** python_nt.rc	11 Oct 2002 18:38:20 -0000	1.15.14.2
--- python_nt.rc	14 Oct 2002 15:07:34 -0000	1.15.14.3
***************
*** 35,46 ****
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.2.2b1,
   * PY_MICRO_VERSION = 2
!  * PY_RELEASE_LEVEL = 'beta' = 0xb
!  * PY_RELEASE_SERIAL = 1
   *
!  * and 2*1000 + 11*10 + 1 = 2111
   */
! #define FIELD3 2111
  
  /* e.g., 2.1a2
--- 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