[Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.58,2.59
Barry Warsaw
bwarsaw@users.sourceforge.net
2001年11月16日 13:12:27 -0800
Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv8296
Modified Files:
patchlevel.h
Log Message:
Bumping version number.
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.58
retrieving revision 2.59
diff -C2 -d -r2.58 -r2.59
*** patchlevel.h 2001年10月24日 08:49:59 2.58
--- patchlevel.h 2001年11月16日 21:12:25 2.59
***************
*** 24,31 ****
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
! #define PY_RELEASE_SERIAL 1
/* Version as a string */
! #define PY_VERSION "2.2b1+"
/* 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_BETA
! #define PY_RELEASE_SERIAL 2
/* Version as a string */
! #define PY_VERSION "2.2b2+"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.