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

Guido van Rossum python-dev@python.org
Thu, 6 Apr 2000 11:01:32 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Include
In directory eric:/projects/python/develop/guido/src/Include

Modified Files:
	patchlevel.h 
Log Message:
Bump version to 1.6a2 -- to be released one of these days.


Index: patchlevel.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.34
retrieving revision 2.35
diff -C2 -r2.34 -r2.35
*** patchlevel.h	2000/03/30 22:59:20	2.34
--- patchlevel.h	2000/04/06 15:01:30	2.35
***************
*** 54,64 ****
  #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		"1.6a1"
  
  /* Historic */
! #define PATCHLEVEL		"1.6a1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 54,64 ----
  #define PY_MICRO_VERSION	0
  #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
! #define PY_RELEASE_SERIAL	2
  
  /* Version as a string */
! #define PY_VERSION		"1.6a2"
  
  /* Historic */
! #define PATCHLEVEL		"1.6a2"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.