[Python-checkins] python/dist/src/Include patchlevel.h,2.76,2.77
anthonybaxter at users.sourceforge.net
anthonybaxter at users.sourceforge.net
Fri Jul 9 09:19:25 CEST 2004
Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28504/Include
Modified Files:
patchlevel.h
Log Message:
post-release fun
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.76
retrieving revision 2.77
diff -C2 -d -r2.76 -r2.77
*** patchlevel.h 8 Jul 2004 03:59:33 -0000 2.76
--- patchlevel.h 9 Jul 2004 07:19:21 -0000 2.77
***************
*** 27,31 ****
/* Version as a string */
! #define PY_VERSION "2.4a1"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 27,31 ----
/* Version as a string */
! #define PY_VERSION "2.4a1+"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
More information about the Python-checkins
mailing list