[Python-checkins] python/dist/src/Include patchlevel.h,2.68,2.69

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 29 Jun 2003 19:14:30 -0700


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

Modified Files:
	patchlevel.h 
Log Message:
Bump version string to "2.3b2+".


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.68
retrieving revision 2.69
diff -C2 -d -r2.68 -r2.69
*** patchlevel.h	29 Jun 2003 00:57:17 -0000	2.68
--- patchlevel.h	30 Jun 2003 02:14:28 -0000	2.69
***************
*** 27,31 ****
  
  /* Version as a string */
! #define PY_VERSION		"2.3b2"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 27,31 ----
  
  /* Version as a string */
! #define PY_VERSION		"2.3b2+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.