[Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.53,2.54
Barry Warsaw
bwarsaw@users.sourceforge.net
Fri, 07 Sep 2001 11:23:32 -0700
Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv16948
Modified Files:
patchlevel.h
Log Message:
Bumping version numbers.
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.53
retrieving revision 2.54
diff -C2 -d -r2.53 -r2.54
*** patchlevel.h 2001/08/22 19:24:42 2.53
--- patchlevel.h 2001/09/07 18:23:30 2.54
***************
*** 24,31 ****
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
! #define PY_RELEASE_SERIAL 2
/* Version as a string */
! #define PY_VERSION "2.2a2+"
/* 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_ALPHA
! #define PY_RELEASE_SERIAL 3
/* Version as a string */
! #define PY_VERSION "2.2a3+"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.