[Python-checkins] python/dist/src/Include patchlevel.h, 2.74.4.10, 2.74.4.11 (original) (raw)
fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue May 18 23:14:31 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Modules collectionsmodule.c, 1.14, 1.15
- Next message: [Python-checkins] python/dist/src/Tools/compiler ast.txt,1.4,1.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17924
Modified Files: Tag: release23-maint patchlevel.h Log Message: update version number for 2.3.4 final
Index: patchlevel.h
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v retrieving revision 2.74.4.10 retrieving revision 2.74.4.11 diff -C2 -d -r2.74.4.10 -r2.74.4.11 *** patchlevel.h 11 May 2004 15:21:20 -0000 2.74.4.10 --- patchlevel.h 19 May 2004 03:14:27 -0000 2.74.4.11
*** 23,31 **** #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 4 ! #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA ! #define PY_RELEASE_SERIAL 1
/* Version as a string */ ! #define PY_VERSION "2.3.4c1"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. --- 23,31 ---- #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 4 ! #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL ! #define PY_RELEASE_SERIAL 0
/* Version as a string */ ! #define PY_VERSION "2.3.4"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
- Previous message: [Python-checkins] python/dist/src/Modules collectionsmodule.c, 1.14, 1.15
- Next message: [Python-checkins] python/dist/src/Tools/compiler ast.txt,1.4,1.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]