[Python-checkins] python/dist/src/Include patchlevel.h,2.74,2.75

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 29 Jul 2003 22:37:41 -0700


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

Modified Files:
	patchlevel.h 
Log Message:
Bump the trunk to 2.4a0


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.74
retrieving revision 2.75
diff -C2 -d -r2.74 -r2.75
*** patchlevel.h	29 Jul 2003 00:21:36 -0000	2.74
--- patchlevel.h	30 Jul 2003 05:37:39 -0000	2.75
***************
*** 21,31 ****
  /* Version parsed out into numeric values */
  #define PY_MAJOR_VERSION	2
! #define PY_MINOR_VERSION	3
  #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
  #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.3"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 21,31 ----
  /* Version parsed out into numeric values */
  #define PY_MAJOR_VERSION	2
! #define PY_MINOR_VERSION	4
  #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
  #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.4a0"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.