[Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.45,2.46
Guido van Rossum
gvanrossum@users.sourceforge.net
2001年3月20日 11:57:13 -0800
Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv24331
Modified Files:
patchlevel.h
Log Message:
Bump version to 2.1b2.
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.45
retrieving revision 2.46
diff -C2 -r2.45 -r2.46
*** patchlevel.h 2001年03月01日 14:50:13 2.45
--- patchlevel.h 2001年03月20日 19:57:10 2.46
***************
*** 24,34 ****
#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.1b1"
/* Historic */
! #define PATCHLEVEL "2.1b1"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 24,34 ----
#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.1b2"
/* Historic */
! #define PATCHLEVEL "2.1b2"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.