[Python-checkins] python/dist/src/Include patchlevel.h,2.60.2.1.2.10,2.60.2.1.2.11

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Thu, 22 May 2003 20:37:14 -0700


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

Modified Files:
      Tag: release22-maint
	patchlevel.h 
Log Message:
Bumping PY_VERSION


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.60.2.1.2.10
retrieving revision 2.60.2.1.2.11
diff -C2 -d -r2.60.2.1.2.10 -r2.60.2.1.2.11
*** patchlevel.h	22 May 2003 14:44:31 -0000	2.60.2.1.2.10
--- patchlevel.h	23 May 2003 03:37:11 -0000	2.60.2.1.2.11
***************
*** 27,31 ****
  
  /* Version as a string */
! #define PY_VERSION		"2.2.3c1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 27,31 ----
  
  /* Version as a string */
! #define PY_VERSION		"2.2.3c1+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.