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

Guido van Rossum gvanrossum@users.sourceforge.net
2001年4月17日 08:19:31 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv9320
Modified Files:
 Tag: release21-maint
	patchlevel.h 
Log Message:
Set the version number to 2.1.1a1. This checkin inaugurates the
release21-maint branch.
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.49
retrieving revision 2.49.2.1
diff -C2 -r2.49 -r2.49.2.1
*** patchlevel.h	2001年04月16日 17:51:43	2.49
--- patchlevel.h	2001年04月17日 15:19:29	2.49.2.1
***************
*** 22,34 ****
 #define PY_MAJOR_VERSION	2
 #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.
--- 22,34 ----
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	1
! #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.1.1a1"
 
 /* Historic */
! #define PATCHLEVEL		"2.1.1a1"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

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