[Python-checkins] python/dist/src/Include patchlevel.h,2.65,2.66
tim_one@users.sourceforge.net
tim_one@users.sourceforge.net
Thu, 24 Apr 2003 09:46:04 -0700
Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv11575/python/Include
Modified Files:
patchlevel.h
Log Message:
Bump version number to 2.3b1.
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.65
retrieving revision 2.66
diff -C2 -d -r2.65 -r2.66
*** patchlevel.h 20 Feb 2003 18:46:54 -0000 2.65
--- patchlevel.h 24 Apr 2003 16:45:31 -0000 2.66
***************
*** 23,31 ****
#define PY_MINOR_VERSION 3
#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.3a2+"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 23,31 ----
#define PY_MINOR_VERSION 3
#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.3b1"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.