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

Guido van Rossum gvanrossum@users.sourceforge.net
Sat, 18 Aug 2001 14:28:25 -0700


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

Modified Files:
      Tag: r22a2-branch
	patchlevel.h 
Log Message:
Update the version to 2.2a2.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.52
retrieving revision 2.52.2.1
diff -C2 -d -r2.52 -r2.52.2.1
*** patchlevel.h	2001/08/17 14:05:27	2.52
--- patchlevel.h	2001/08/18 21:28:23	2.52.2.1
***************
*** 24,31 ****
  #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+"
  
  /* 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_ALPHA
! #define PY_RELEASE_SERIAL	2
  
  /* Version as a string */
! #define PY_VERSION		"2.2a2"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.