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

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 18 Oct 2001 22:43:51 -0700


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

Modified Files:
      Tag: r22b1-branch
	patchlevel.h 
Log Message:
Bump the version number to 2.2b1


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.55
retrieving revision 2.55.2.1
diff -C2 -d -r2.55 -r2.55.2.1
*** patchlevel.h	2001/09/28 17:15:23	2.55
--- patchlevel.h	2001/10/19 05:43:49	2.55.2.1
***************
*** 23,31 ****
  #define PY_MINOR_VERSION	2
  #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
! #define PY_RELEASE_SERIAL	4
  
  /* Version as a string */
! #define PY_VERSION		"2.2a4+"
  
  /* 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_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.