[Python-checkins] python/dist/src/Include patchlevel.h,2.66,2.67
gvanrossum@users.sourceforge.net
gvanrossum@users.sourceforge.net
Wed, 30 Apr 2003 15:14:30 -0700
Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv7112
Modified Files:
patchlevel.h
Log Message:
Mark CVS as 2.3b1+.
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.66
retrieving revision 2.67
diff -C2 -d -r2.66 -r2.67
*** patchlevel.h 24 Apr 2003 16:45:31 -0000 2.66
--- patchlevel.h 30 Apr 2003 22:14:27 -0000 2.67
***************
*** 27,31 ****
/* Version as a string */
! #define PY_VERSION "2.3b1"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 27,31 ----
/* Version as a string */
! #define PY_VERSION "2.3b1+"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.