[Python-checkins] python/dist/src/Include patchlevel.h, 2.74.4.9, 2.74.4.10 (original) (raw)
fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue May 11 11:21:24 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Lib modulefinder.py,1.10,1.11
- Next message: [Python-checkins] python/dist/src/Objects typeobject.c, 2.241.6.8, 2.241.6.9
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20757
Modified Files: Tag: release23-maint patchlevel.h Log Message: update the version information in preparation for release (the documentation tools use this)
Index: patchlevel.h
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v retrieving revision 2.74.4.9 retrieving revision 2.74.4.10 diff -C2 -d -r2.74.4.9 -r2.74.4.10 *** patchlevel.h 18 Dec 2003 15:06:58 -0000 2.74.4.9 --- patchlevel.h 11 May 2004 15:21:20 -0000 2.74.4.10
*** 22,31 **** #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 3 ! #define PY_MICRO_VERSION 3 ! #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL ! #define PY_RELEASE_SERIAL 0
/* Version as a string */ ! #define PY_VERSION "2.3.3"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. --- 22,31 ---- #define PY_MAJOR_VERSION 2 #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.
- Previous message: [Python-checkins] python/dist/src/Lib modulefinder.py,1.10,1.11
- Next message: [Python-checkins] python/dist/src/Objects typeobject.c, 2.241.6.8, 2.241.6.9
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]