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

Jeremy Hylton python-dev@python.org
Fri, 13 Oct 2000 16:05:47 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory slayer.i.sourceforge.net:/tmp/cvs-serv17290/Include

Modified Files:
	patchlevel.h 
Log Message:
getting close


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.41
retrieving revision 2.42
diff -C2 -r2.41 -r2.42
*** patchlevel.h	2000/10/09 15:13:47	2.41
--- patchlevel.h	2000/10/13 23:05:44	2.42
***************
*** 23,34 ****
  #define PY_MINOR_VERSION	0
  #define PY_MICRO_VERSION	0
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
  #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.0c1"
  
  /* Historic */
! #define PATCHLEVEL		"2.0c1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 23,34 ----
  #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.