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

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 17 Jul 2003 07:48:28 -0700


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

Modified Files:
	python_nt.rc 
Log Message:
Bump the release number to 2.3c1.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** python_nt.rc	29 Jun 2003 00:57:17 -0000	1.23
--- python_nt.rc	17 Jul 2003 14:48:26 -0000	1.24
***************
*** 34,45 ****
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.3b2,
   * PY_MICRO_VERSION = 0
!  * PY_RELEASE_LEVEL = 'beta' = 0xb
!  * PY_RELEASE_SERIAL = 2
   *
!  * and 0*1000 + 11*10 + 2 = 112
   */
! #define FIELD3 112
  
  /* e.g., 2.1a2
--- 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