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

Guido van Rossum gvanrossum@users.sourceforge.net
Tue, 17 Jul 2001 08:49:24 -0700


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

Modified Files:
      Tag: descr-branch
	patchlevel.h 
Log Message:
Increment patchlevel to 2.2a1.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.50
retrieving revision 2.50.2.1
diff -C2 -r2.50 -r2.50.2.1
*** patchlevel.h	2001/04/18 04:31:01	2.50
--- patchlevel.h	2001/07/17 15:49:22	2.50.2.1
***************
*** 24,34 ****
  #define PY_MICRO_VERSION	0
  #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
! #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.2a0"
  
  /* Historic */
! #define PATCHLEVEL		"2.2a0"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 24,34 ----
  #define PY_MICRO_VERSION	0
  #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
! #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.2a1"
  
  /* Historic */
! #define PATCHLEVEL		"2.2a1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.