[Python-checkins] python/dist/src/Include patchlevel.h,2.67,2.68

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 28 Jun 2003 17:57:19 -0700


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

Modified Files:
	patchlevel.h 
Log Message:
Bump release level to 2.3b2.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.67
retrieving revision 2.68
diff -C2 -d -r2.67 -r2.68
*** patchlevel.h	30 Apr 2003 22:14:27 -0000	2.67
--- patchlevel.h	29 Jun 2003 00:57:17 -0000	2.68
***************
*** 24,31 ****
  #define PY_MICRO_VERSION	0
  #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_BETA
! #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.3b1+"
  
  /* 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_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.