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

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 28 Jul 2003 17:25:22 -0700


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

Modified Files:
	python_nt.rc 
Log Message:
Repaired botched release serial number.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** python_nt.rc	29 Jul 2003 00:08:01 -0000	1.26
--- python_nt.rc	29 Jul 2003 00:25:20 -0000	1.27
***************
*** 37,45 ****
   * 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
--- 37,45 ----
   * PY_MICRO_VERSION = 0
   * PY_RELEASE_LEVEL = 'final' = 0xf
!  * PY_RELEASE_SERIAL = 0
   *
!  * and 0*1000 + 15*10 + 0 = 150
   */
! #define FIELD3 150
  
  /* e.g., 2.1a2