
Update of /cvsroot/python/python/dist/src/Include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25566/Include Modified Files: patchlevel.h Log Message: preparing for 2.4 final (wooooooo!) Index: patchlevel.h =================================================================== RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v retrieving revision 2.82 retrieving revision 2.83 diff -u -d -r2.82 -r2.83 --- patchlevel.h 15 Nov 2004 15:03:25 -0000 2.82 +++ patchlevel.h 29 Nov 2004 01:40:30 -0000 2.83 @@ -22,11 +22,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 4 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.4c1" +#define PY_VERSION "2.4" /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
participants (1)
-
anthonybaxter@users.sourceforge.net