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

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 13 Dec 2001 12:00:08 -0800


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

Modified Files:
      Tag: r22rc1-branch
	patchlevel.h 
Log Message:
Bump the version to 2.2rc1


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.59
retrieving revision 2.59.2.1
diff -C2 -d -r2.59 -r2.59.2.1
*** patchlevel.h	2001/11/16 21:12:25	2.59
--- patchlevel.h	2001/12/13 20:00:06	2.59.2.1
***************
*** 23,31 ****
  #define PY_MINOR_VERSION	2
  #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_BETA
! #define PY_RELEASE_SERIAL	2
  
  /* Version as a string */
! #define PY_VERSION		"2.2b2+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 23,31 ----
  #define PY_MINOR_VERSION	2
  #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
! #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.2rc1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.