[Python-checkins] python/dist/src/Include patchlevel.h,2.60.2.1.2.7,2.60.2.1.2.8

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Mon, 07 Oct 2002 18:04:36 -0700


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

Modified Files:
      Tag: release22-maint
	patchlevel.h 
Log Message:
Upgrade the version *string* by adding a '+'.  This marks the first
checkin since 2.2.2b1 was released.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.60.2.1.2.7
retrieving revision 2.60.2.1.2.8
diff -C2 -d -r2.60.2.1.2.7 -r2.60.2.1.2.8
*** patchlevel.h	6 Oct 2002 04:14:17 -0000	2.60.2.1.2.7
--- patchlevel.h	8 Oct 2002 01:04:34 -0000	2.60.2.1.2.8
***************
*** 27,31 ****
  
  /* Version as a string */
! #define PY_VERSION		"2.2.2b1"
  
  /* 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.2b1+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.