[Python-checkins] python/dist/src/PC python_nt.rc,1.21,1.22

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 24 Apr 2003 09:46:05 -0700


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

Modified Files:
	python_nt.rc 
Log Message:
Bump version number to 2.3b1.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** python_nt.rc	18 Feb 2003 21:58:48 -0000	1.21
--- python_nt.rc	24 Apr 2003 16:45:32 -0000	1.22
***************
*** 34,45 ****
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.3a2,
   * PY_MICRO_VERSION = 0
!  * PY_RELEASE_LEVEL = 'alpha' = 0xa
!  * PY_RELEASE_SERIAL = 2
   *
!  * and 0*1000 + 10*10 + 2 = 102
   */
! #define FIELD3 102
  
  /* e.g., 2.1a2
--- 34,45 ----
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.3b1,
   * PY_MICRO_VERSION = 0
!  * PY_RELEASE_LEVEL = 'beta' = 0xb
!  * PY_RELEASE_SERIAL = 1
   *
!  * and 0*1000 + 11*10 + 1 = 111
   */
! #define FIELD3 111
  
  /* e.g., 2.1a2