[Python-checkins] python/dist/src/Include patchlevel.h,2.72,2.73

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 28 Jul 2003 17:05:36 -0700


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

Modified Files:
	patchlevel.h 
Log Message:
Bump release level to 2.3 (we won't have time for this tomorrow).


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.72
retrieving revision 2.73
diff -C2 -d -r2.72 -r2.73
*** patchlevel.h	25 Jul 2003 03:13:02 -0000	2.72
--- patchlevel.h	29 Jul 2003 00:05:34 -0000	2.73
***************
*** 23,31 ****
  #define PY_MINOR_VERSION	3
  #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
  #define PY_RELEASE_SERIAL	2
  
  /* Version as a string */
! #define PY_VERSION		"2.3c2+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 23,31 ----
  #define PY_MINOR_VERSION	3
  #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
  #define PY_RELEASE_SERIAL	2
  
  /* Version as a string */
! #define PY_VERSION		"2.3"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.