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

Guido van Rossum python-dev@python.org
Mon, 25 Sep 2000 17:36:06 -0700


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

Modified Files:
	patchlevel.h 
Log Message:
It's.....

Python 2.0b2!

(Note: Jeremy will finish the release on Sept. 26; I have to go on an
unexpected business trip.)


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.39
retrieving revision 2.40
diff -C2 -r2.39 -r2.40
*** patchlevel.h	2000/09/01 23:29:26	2.39
--- patchlevel.h	2000/09/26 00:36:03	2.40
***************
*** 24,34 ****
  #define PY_MICRO_VERSION	0
  #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_BETA
! #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.0b1"
  
  /* Historic */
! #define PATCHLEVEL		"2.0b1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 24,34 ----
  #define PY_MICRO_VERSION	0
  #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_BETA
! #define PY_RELEASE_SERIAL	2
  
  /* Version as a string */
! #define PY_VERSION		"2.0b2"
  
  /* Historic */
! #define PATCHLEVEL		"2.0b2"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.