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

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 19 Oct 2001 07:47:49 -0700


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

Modified Files:
      Tag: release21-maint
	patchlevel.h 
Log Message:
Add a '+' to the version to indicate this is a post-2.1.1-release CVS
version.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.49.2.3
retrieving revision 2.49.2.4
diff -C2 -d -r2.49.2.3 -r2.49.2.4
*** patchlevel.h	2001/07/18 19:40:14	2.49.2.3
--- patchlevel.h	2001/10/19 14:47:47	2.49.2.4
***************
*** 27,34 ****
  
  /* Version as a string */
! #define PY_VERSION		"2.1.1"
  
  /* Historic */
! #define PATCHLEVEL		"2.1.1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 27,34 ----
  
  /* Version as a string */
! #define PY_VERSION		"2.1.1+"
  
  /* Historic */
! #define PATCHLEVEL		"2.1.1+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.