[Python-checkins] python/dist/src/Include patchlevel.h,2.77,2.78

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Aug 3 17:57:41 CEST 2004


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14430

Modified Files:
	patchlevel.h 
Log Message:
on to a2!

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.77
retrieving revision 2.78
diff -C2 -d -r2.77 -r2.78
*** patchlevel.h	9 Jul 2004 07:19:21 -0000	2.77
--- patchlevel.h	3 Aug 2004 15:57:39 -0000	2.78
***************
*** 24,31 ****
  #define PY_MICRO_VERSION	0
  #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
! #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.4a1+"
  
  /* 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_ALPHA
! #define PY_RELEASE_SERIAL	2
  
  /* Version as a string */
! #define PY_VERSION		"2.4a2"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.



More information about the Python-checkins mailing list