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

Barry Warsaw bwarsaw@users.sourceforge.net
Fri, 16 Nov 2001 07:07:13 -0800


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

Modified Files:
      Tag: r22b2-branch
	patchlevel.h 
Log Message:
Bumping version number to 2.2b2


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.58
retrieving revision 2.58.2.1
diff -C2 -d -r2.58 -r2.58.2.1
*** patchlevel.h	2001/10/24 08:49:59	2.58
--- patchlevel.h	2001/11/16 15:07:10	2.58.2.1
***************
*** 24,31 ****
  #define PY_MICRO_VERSION	0
  #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_BETA
! #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.2b1+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 24,31 ----
  #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.