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

Guido van Rossum gvanrossum@users.sourceforge.net
2001年4月16日 10:51:45 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv1773
Modified Files:
	patchlevel.h 
Log Message:
Update the version to 2.1final (again :-).
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.48
retrieving revision 2.49
diff -C2 -r2.48 -r2.49
*** patchlevel.h	2001年04月16日 00:33:29	2.48
--- patchlevel.h	2001年04月16日 17:51:43	2.49
***************
*** 23,34 ****
 #define PY_MINOR_VERSION	1
 #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
! #define PY_RELEASE_SERIAL	2
 
 /* Version as a string */
! #define PY_VERSION		"2.1c2"
 
 /* Historic */
! #define PATCHLEVEL		"2.1c2"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 23,34 ----
 #define PY_MINOR_VERSION	1
 #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.1"
 
 /* Historic */
! #define PATCHLEVEL		"2.1"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

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