[Python-checkins] python/dist/src/Include patchlevel.h,2.60.2.1.2.6,2.60.2.1.2.7

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 05 Oct 2002 21:14:20 -0700


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

Modified Files:
      Tag: release22-maint
	patchlevel.h 
Log Message:
Assorted changes needed to release 2.2.2b1.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.60.2.1.2.6
retrieving revision 2.60.2.1.2.7
diff -C2 -d -r2.60.2.1.2.6 -r2.60.2.1.2.7
*** patchlevel.h	24 Sep 2002 17:14:19 -0000	2.60.2.1.2.6
--- patchlevel.h	6 Oct 2002 04:14:17 -0000	2.60.2.1.2.7
***************
*** 23,31 ****
  #define PY_MINOR_VERSION	2
  #define PY_MICRO_VERSION	2
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
! #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.2.2a0"
  
  /* 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_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.