[Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.51,2.52

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 17 Aug 2001 07:05:30 -0700


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

Modified Files:
	patchlevel.h 
Log Message:
- Get rid of obsolete #define PATCHLEVEL.

- Change PY_VERSION (but not the numeric versions) to "2.2a1+".


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.51
retrieving revision 2.52
diff -C2 -d -r2.51 -r2.52
*** patchlevel.h	2001/08/02 04:15:00	2.51
--- patchlevel.h	2001/08/17 14:05:27	2.52
***************
*** 27,34 ****
  
  /* Version as a string */
! #define PY_VERSION		"2.2a1"
! 
! /* Historic */
! #define PATCHLEVEL		"2.2a1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 27,31 ----
  
  /* Version as a string */
! #define PY_VERSION		"2.2a1+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.