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

Guido van Rossum gvanrossum@users.sourceforge.net
Sun, 15 Apr 2001 17:33:31 -0700


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

Modified Files:
	patchlevel.h 
Log Message:
We need another release candidate after so many "small" changes.

DO NOT CHECK ANYTHHING IN FROM NOW ON WITHOUT ASKING ME.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.47
retrieving revision 2.48
diff -C2 -r2.47 -r2.48
*** patchlevel.h	2001/04/12 04:11:51	2.47
--- patchlevel.h	2001/04/16 00:33:29	2.48
***************
*** 27,34 ****
  
  /* Version as a string */
! #define PY_VERSION		"2.1c1"
  
  /* Historic */
! #define PATCHLEVEL		"2.1c1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 27,34 ----
  
  /* Version as a string */
! #define PY_VERSION		"2.1c2"
  
  /* Historic */
! #define PATCHLEVEL		"2.1c2"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.