[Python-checkins] CVS: python/dist/src/Include modsupport.h,2.36,2.36.6.1

Guido van Rossum gvanrossum@users.sourceforge.net
Tue, 17 Jul 2001 09:12:04 -0700


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

Modified Files:
      Tag: descr-branch
	modsupport.h 
Log Message:
New API version, celebrating the imminent 2.2a1 release.


Index: modsupport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/modsupport.h,v
retrieving revision 2.36
retrieving revision 2.36.6.1
diff -C2 -r2.36 -r2.36.6.1
*** modsupport.h	2001/01/25 22:13:34	2.36
--- modsupport.h	2001/07/17 16:12:02	2.36.6.1
***************
*** 23,28 ****
  extern DL_IMPORT(int) PyModule_AddStringConstant(PyObject *, char *, char *);
  
! #define PYTHON_API_VERSION 1010
! #define PYTHON_API_STRING "1010"
  /* The API version is maintained (independently from the Python version)
     so we can detect mismatches between the interpreter and dynamically
--- 23,28 ----
  extern DL_IMPORT(int) PyModule_AddStringConstant(PyObject *, char *, char *);
  
! #define PYTHON_API_VERSION 1011
! #define PYTHON_API_STRING "1011"
  /* The API version is maintained (independently from the Python version)
     so we can detect mismatches between the interpreter and dynamically
***************
*** 37,40 ****
--- 37,42 ----
     Please add a line or two to the top of this log for each API
     version change:
+ 
+    17-Jul-2001	GvR	1011	Descr-branch, just to be on the safe side
  
     25-Jan-2001  FLD     1010    Parameters added to PyCode_New() and