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

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 17 Jan 2001 06:12:36 -0800


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv6152

Modified Files:
	patchlevel.h 
Log Message:
Bump version to 2.1a1.  (To be released Friday.)


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.42
retrieving revision 2.43
diff -C2 -r2.42 -r2.43
*** patchlevel.h	2000/10/13 23:05:44	2.42
--- patchlevel.h	2001/01/17 14:12:33	2.43
***************
*** 21,34 ****
  /* Version parsed out into numeric values */
  #define PY_MAJOR_VERSION	2
! #define PY_MINOR_VERSION	0
  #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
  #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.0"
  
  /* Historic */
! #define PATCHLEVEL		"2.0"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 21,34 ----
  /* Version parsed out into numeric values */
  #define PY_MAJOR_VERSION	2
! #define PY_MINOR_VERSION	1
  #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.1a1"
  
  /* Historic */
! #define PATCHLEVEL		"2.1a1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.