[Python-checkins] python/dist/src/PC python_nt.rc,1.25,1.26

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 28 Jul 2003 17:08:04 -0700


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

Modified Files:
	python_nt.rc 
Log Message:
Bump Windows resource version macro for 2.3 final.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** python_nt.rc	24 Jul 2003 00:15:46 -0000	1.25
--- python_nt.rc	29 Jul 2003 00:08:01 -0000	1.26
***************
*** 34,45 ****
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.3c2,
   * PY_MICRO_VERSION = 0
!  * PY_RELEASE_LEVEL = 'candidate' = 0xc
   * PY_RELEASE_SERIAL = 2
   *
!  * and 0*1000 + 12*10 + 2 = 122
   */
! #define FIELD3 122
  
  /* e.g., 2.1a2
--- 34,45 ----
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.3,
   * PY_MICRO_VERSION = 0
!  * PY_RELEASE_LEVEL = 'final' = 0xf
   * PY_RELEASE_SERIAL = 2
   *
!  * and 0*1000 + 15*10 + 2 = 152
   */
! #define FIELD3 152
  
  /* e.g., 2.1a2