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

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 18 Feb 2003 13:59:28 -0800


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

Modified Files:
	python_nt.rc 
Log Message:
Bump version # to 2.3a2.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** python_nt.rc	2 Jan 2003 17:09:19 -0000	1.20
--- python_nt.rc	18 Feb 2003 21:58:48 -0000	1.21
***************
*** 34,45 ****
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.3a0,
   * PY_MICRO_VERSION = 0
   * PY_RELEASE_LEVEL = 'alpha' = 0xa
!  * PY_RELEASE_SERIAL = 1
   *
!  * and 0*1000 + 10*10 + 1 = 101
   */
! #define FIELD3 101
  
  /* e.g., 2.1a2
--- 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