[Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.54,2.55
Barry Warsaw
bwarsaw@users.sourceforge.net
Fri, 28 Sep 2001 10:15:25 -0700
Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv12228
Modified Files:
patchlevel.h
Log Message:
PY_RELEASE_SERIAL => 4
PY_VERSION => "2.2a4+"
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.54
retrieving revision 2.55
diff -C2 -d -r2.54 -r2.55
*** patchlevel.h 2001/09/07 18:23:30 2.54
--- patchlevel.h 2001/09/28 17:15:23 2.55
***************
*** 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.
--- 24,31 ----
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
! #define PY_RELEASE_SERIAL 4
/* Version as a string */
! #define PY_VERSION "2.2a4+"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.