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

Jack Jansen jackjansen@users.sourceforge.net
Wed, 24 Oct 2001 01:50:01 -0700


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

Modified Files:
	patchlevel.h 
Log Message:
Oops, undo previous change, which wasn't supposed to escape from my
machine. Luckily everyone is asleep, so I didn't have to use the time
machine.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.57
retrieving revision 2.58
diff -C2 -d -r2.57 -r2.58
*** patchlevel.h	2001/10/23 22:20:58	2.57
--- patchlevel.h	2001/10/24 08:49:59	2.58
***************
*** 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.