[Python-checkins] python/dist/src/Include patchlevel.h,2.69,2.70

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 17 Jul 2003 07:48:28 -0700


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

Modified Files:
	patchlevel.h 
Log Message:
Bump the release number to 2.3c1.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.69
retrieving revision 2.70
diff -C2 -d -r2.69 -r2.70
*** patchlevel.h	30 Jun 2003 02:14:28 -0000	2.69
--- patchlevel.h	17 Jul 2003 14:48:25 -0000	2.70
***************
*** 23,31 ****
  #define PY_MINOR_VERSION	3
  #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_BETA
! #define PY_RELEASE_SERIAL	2
  
  /* Version as a string */
! #define PY_VERSION		"2.3b2+"
  
  /* 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_GAMMA
! #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.3c1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.