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

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Wed, 23 Jul 2003 17:15:47 -0700


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

Modified Files:
	patchlevel.h 
Log Message:
Update version numbers and dates for 2.3c2 -- we won't be able to do this
during the day tomorrow, so doing it earlier than I'd like.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.70
retrieving revision 2.71
diff -C2 -d -r2.70 -r2.71
*** patchlevel.h	17 Jul 2003 14:48:25 -0000	2.70
--- patchlevel.h	24 Jul 2003 00:15:45 -0000	2.71
***************
*** 24,31 ****
  #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.
--- 24,31 ----
  #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.