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

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 18 Jul 2001 12:40:16 -0700


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

Modified Files:
      Tag: release21-maint
	patchlevel.h 
Log Message:
Update the version to the final 2.1.1.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.49.2.2
retrieving revision 2.49.2.3
diff -C2 -r2.49.2.2 -r2.49.2.3
*** patchlevel.h	2001/07/02 04:31:28	2.49.2.2
--- patchlevel.h	2001/07/18 19:40:14	2.49.2.3
***************
*** 23,34 ****
  #define PY_MINOR_VERSION	1
  #define PY_MICRO_VERSION	1
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
! #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.1.1c1"
  
  /* Historic */
! #define PATCHLEVEL		"2.1.1c1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 23,34 ----
  #define PY_MINOR_VERSION	1
  #define PY_MICRO_VERSION	1
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
! #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.1.1"
  
  /* Historic */
! #define PATCHLEVEL		"2.1.1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.