[Python-checkins] python/dist/src/Include patchlevel.h,2.71,2.72

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Thu, 24 Jul 2003 20:13:04 -0700


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

Modified Files:
	patchlevel.h 
Log Message:
Bump the version number


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.71
retrieving revision 2.72
diff -C2 -d -r2.71 -r2.72
*** patchlevel.h	24 Jul 2003 00:15:45 -0000	2.71
--- patchlevel.h	25 Jul 2003 03:13:02 -0000	2.72
***************
*** 27,31 ****
  
  /* Version as a string */
! #define PY_VERSION		"2.3c2"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 27,31 ----
  
  /* Version as a string */
! #define PY_VERSION		"2.3c2+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.