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

Jack Jansen jackjansen@users.sourceforge.net
Tue, 23 Oct 2001 15:21:00 -0700


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

Modified Files:
	patchlevel.h 
Log Message:
Tweaks for MacPython 2.2b1

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.56
retrieving revision 2.57
diff -C2 -d -r2.56 -r2.57
*** patchlevel.h	2001/10/19 17:11:58	2.56
--- patchlevel.h	2001/10/23 22:20:58	2.57
***************
*** 27,31 ****
  
  /* Version as a string */
! #define PY_VERSION		"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.2b1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.