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

Guido van Rossum python-dev@python.org
Thu, 30 Mar 2000 17:59:22 -0500 (EST)


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

Modified Files:
	patchlevel.h 
Log Message:
Make it version 1.6a1.


Index: patchlevel.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.33
retrieving revision 2.34
diff -C2 -r2.33 -r2.34
*** patchlevel.h	2000/03/29 01:46:45	2.33
--- patchlevel.h	2000/03/30 22:59:20	2.34
***************
*** 54,64 ****
  #define PY_MICRO_VERSION	0
  #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
! #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"1.6a0"
  
  /* Historic */
! #define PATCHLEVEL		"1.6a0"
  
  /* 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	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.