[Python-checkins] CVS: python/dist/src/Include modsupport.h,2.27,2.28 patchlevel.h,2.32,2.33

Guido van Rossum python-dev@python.org
Tue, 28 Mar 2000 20:46:48 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Include
In directory eric:/home/guido/hp/mal/py-patched/Include

Modified Files:
	modsupport.h patchlevel.h 
Log Message:
Version updated to 1.6; API version to 1009.

Index: modsupport.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/modsupport.h,v
retrieving revision 2.27
retrieving revision 2.28
diff -C2 -r2.27 -r2.28
*** modsupport.h	1999/01/03 12:40:23	2.27
--- modsupport.h	2000/03/29 01:46:45	2.28
***************
*** 62,67 ****
  extern DL_IMPORT(PyObject *) Py_VaBuildValue Py_PROTO((char *, va_list));
  
! #define PYTHON_API_VERSION 1007
! #define PYTHON_API_STRING "1007"
  /* The API version is maintained (independently from the Python version)
     so we can detect mismatches between the interpreter and dynamically
--- 62,67 ----
  extern DL_IMPORT(PyObject *) Py_VaBuildValue Py_PROTO((char *, va_list));
  
! #define PYTHON_API_VERSION 1009
! #define PYTHON_API_STRING "1009"
  /* The API version is maintained (independently from the Python version)
     so we can detect mismatches between the interpreter and dynamically
***************
*** 76,79 ****
--- 76,81 ----
     Please add a line or two to the top of this log for each API
     version change:
+ 
+    14-Mar-2000  GvR     1009    Unicode API added
  
     3-Jan-1999	GvR	1007	Decided to change back!  (Don't reuse 1008!)

Index: patchlevel.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.32
retrieving revision 2.33
diff -C2 -r2.32 -r2.33
*** patchlevel.h	1999/06/09 15:16:18	2.32
--- patchlevel.h	2000/03/29 01:46:45	2.33
***************
*** 51,64 ****
  /* Version parsed out into numeric values */
  #define PY_MAJOR_VERSION	1
! #define PY_MINOR_VERSION	5
! #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		"1.5.2+"
  
  /* Historic */
! #define PATCHLEVEL		"1.5.2+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 51,64 ----
  /* Version parsed out into numeric values */
  #define PY_MAJOR_VERSION	1
! #define PY_MINOR_VERSION	6
! #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.