[Python-checkins] python/dist/src/Include patchlevel.h,2.64,2.65

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 20 Feb 2003 10:46:57 -0800


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

Modified Files:
	patchlevel.h 
Log Message:
Update PY_VERSION to indicate that we're beyond 2.3a2 now.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.64
retrieving revision 2.65
diff -C2 -d -r2.64 -r2.65
*** patchlevel.h	18 Feb 2003 21:58:43 -0000	2.64
--- patchlevel.h	20 Feb 2003 18:46:54 -0000	2.65
***************
*** 27,31 ****
  
  /* Version as a string */
! #define PY_VERSION		"2.3a2"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 27,31 ----
  
  /* Version as a string */
! #define PY_VERSION		"2.3a2+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.