New version identification scheme.

The version numbers are now exported by Python.h.
Also rolled back the API version change -- it's back to 1007!
This commit is contained in:
Guido van Rossum 1999-01-03 12:40:24 +00:00
parent 33f2b7b257
commit f1176c4815
3 changed files with 74 additions and 4 deletions

View file

@ -35,6 +35,7 @@ PERFORMANCE OF THIS SOFTWARE.
/* Include nearly all Python header files */
#include "patchlevel.h"
#include "config.h"
/* config.h may or may not define DL_IMPORT */