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

Fred L. Drake fdrake@users.sourceforge.net
Tue, 08 May 2001 12:02:29 -0700


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

Modified Files:
      Tag: release20-maint
	patchlevel.h 
Log Message:

Fix the version information to reflect that this is the maintenance
branch.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.42
retrieving revision 2.42.2.1
diff -C2 -r2.42 -r2.42.2.1
*** patchlevel.h	2000/10/13 23:05:44	2.42
--- patchlevel.h	2001/05/08 19:02:27	2.42.2.1
***************
*** 22,34 ****
  #define PY_MAJOR_VERSION	2
  #define PY_MINOR_VERSION	0
! #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
  #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.0"
  
  /* Historic */
! #define PATCHLEVEL		"2.0"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 22,34 ----
  #define PY_MAJOR_VERSION	2
  #define PY_MINOR_VERSION	0
! #define PY_MICRO_VERSION	1
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
  #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.0.1a1"
  
  /* Historic */
! #define PATCHLEVEL		"2.0.1a1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.