[Python-checkins] python/dist/src/Include patchlevel.h,2.60.2.1.2.11,2.60.2.1.2.12

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 30 May 2003 06:41:10 -0700


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

Modified Files:
      Tag: release22-maint
	patchlevel.h 
Log Message:
Bump the version to 2.2.3 (final).


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.60.2.1.2.11
retrieving revision 2.60.2.1.2.12
diff -C2 -d -r2.60.2.1.2.11 -r2.60.2.1.2.12
*** patchlevel.h	23 May 2003 03:37:11 -0000	2.60.2.1.2.11
--- patchlevel.h	30 May 2003 13:41:07 -0000	2.60.2.1.2.12
***************
*** 23,31 ****
  #define PY_MINOR_VERSION	2
  #define PY_MICRO_VERSION	3
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
! #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.2.3c1+"
  
  /* 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	3
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
! #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.2.3"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.