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

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Wed, 23 Jul 2003 17:15:48 -0700


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

Modified Files:
	python_nt.rc 
Log Message:
Update version numbers and dates for 2.3c2 -- we won't be able to do this
during the day tomorrow, so doing it earlier than I'd like.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** python_nt.rc	17 Jul 2003 14:48:26 -0000	1.24
--- python_nt.rc	24 Jul 2003 00:15:46 -0000	1.25
***************
*** 34,45 ****
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.3c1,
   * PY_MICRO_VERSION = 0
   * PY_RELEASE_LEVEL = 'candidate' = 0xc
!  * PY_RELEASE_SERIAL = 1
   *
!  * and 0*1000 + 12*10 + 1 = 121
   */
! #define FIELD3 121
  
  /* e.g., 2.1a2
--- 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