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

Michael Hudson mwh@users.sourceforge.net
2002年2月27日 05:03:39 -0800


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv32255/Include
Modified Files:
 Tag: release22-maint
	patchlevel.h 
Log Message:
Bump version number.
I *think* this is the only place I need to do this.
There are also some "(c) 2001"s that should probably be turned into
"(c) 2001, 2002"s -- should this be done on the trunk too?
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.60.2.1
retrieving revision 2.60.2.1.2.1
diff -C2 -d -r2.60.2.1 -r2.60.2.1.2.1
*** patchlevel.h	20 Dec 2001 19:25:38 -0000	2.60.2.1
--- patchlevel.h	27 Feb 2002 13:03:37 -0000	2.60.2.1.2.1
***************
*** 22,31 ****
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	2
! #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
! #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
! #define PY_VERSION		"2.2"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 22,31 ----
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	2
! #define PY_MICRO_VERSION	1
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
! #define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
! #define PY_VERSION		"2.2.1a0"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

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