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

Anthony Baxter anthonybaxter@users.sourceforge.net
Sun, 07 Apr 2002 23:06:23 -0700


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

Modified Files:
      Tag: release21-maint
	patchlevel.h 
Log Message:
beginning the dance of the sugar-plum micro-release.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.49.2.7
retrieving revision 2.49.2.8
diff -C2 -d -r2.49.2.7 -r2.49.2.8
*** patchlevel.h	15 Jan 2002 22:19:12 -0000	2.49.2.7
--- patchlevel.h	8 Apr 2002 06:05:49 -0000	2.49.2.8
***************
*** 22,34 ****
  #define PY_MAJOR_VERSION	2
  #define PY_MINOR_VERSION	1
! #define PY_MICRO_VERSION	2
  #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
  #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.1.2"
  
  /* Historic */
! #define PATCHLEVEL		"2.1.2"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 22,34 ----
  #define PY_MAJOR_VERSION	2
  #define PY_MINOR_VERSION	1
! #define PY_MICRO_VERSION	3
  #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
  #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.1.3"
  
  /* Historic */
! #define PATCHLEVEL		"2.1.3"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.