[Python-checkins] python/dist/src/Include patchlevel.h,2.60.2.1.2.12,2.60.2.1.2.13

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Fri, 30 May 2003 20:19:30 -0700


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

Modified Files:
      Tag: release22-maint
	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.60.2.1.2.12
retrieving revision 2.60.2.1.2.13
diff -C2 -d -r2.60.2.1.2.12 -r2.60.2.1.2.13
*** patchlevel.h	30 May 2003 13:41:07 -0000	2.60.2.1.2.12
--- patchlevel.h	31 May 2003 03:19:28 -0000	2.60.2.1.2.13
***************
*** 27,31 ****
  
  /* Version as a string */
! #define PY_VERSION		"2.2.3"
  
  /* 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.3+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.