[Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.60,2.61

Barry Warsaw bwarsaw@users.sourceforge.net
2001年12月21日 12:05:35 -0800


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv15164
Modified Files:
	patchlevel.h 
Log Message:
And we start all over again!
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.60
retrieving revision 2.61
diff -C2 -d -r2.60 -r2.61
*** patchlevel.h	2001年12月14日 20:30:23	2.60
--- patchlevel.h	2001年12月21日 20:05:33	2.61
***************
*** 21,31 ****
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION	2
! #define PY_MINOR_VERSION	2
 #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
 #define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
! #define PY_VERSION		"2.2c1+"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 21,31 ----
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION	2
! #define PY_MINOR_VERSION	3
 #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
 #define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
! #define PY_VERSION		"2.2+"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

AltStyle によって変換されたページ (->オリジナル) /