[Python-checkins] python/dist/src/Include patchlevel.h,2.60.2.1.2.8,2.60.2.1.2.9

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Mon, 14 Oct 2002 05:25:22 -0700


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

Modified Files:
      Tag: release22-maint
	patchlevel.h 
Log Message:
Bump release version to 2.2.2 -- the final release is imminent.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.60.2.1.2.8
retrieving revision 2.60.2.1.2.9
diff -C2 -d -r2.60.2.1.2.8 -r2.60.2.1.2.9
*** patchlevel.h	8 Oct 2002 01:04:34 -0000	2.60.2.1.2.8
--- patchlevel.h	14 Oct 2002 12:25:20 -0000	2.60.2.1.2.9
***************
*** 23,31 ****
  #define PY_MINOR_VERSION	2
  #define PY_MICRO_VERSION	2
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_BETA
! #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.2.2b1+"
  
  /* 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	2
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
! #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.2.2"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.