diff options
author | Guido van Rossum <guido@python.org> | 1997-08-12 14:48:03 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-12 14:48:03 (GMT) |
commit | 15974ad5e6157b65113b4427e90d750e41d050bd (patch) | |
tree | 3788907935a4184d9c73e08bca52a90b8ce6a923 /Include/modsupport.h | |
parent | d510b72fff243d6ba6a98acef5eac733159fdbbb (diff) | |
download | cpython-15974ad5e6157b65113b4427e90d750e41d050bd.zip cpython-15974ad5e6157b65113b4427e90d750e41d050bd.tar.gz cpython-15974ad5e6157b65113b4427e90d750e41d050bd.tar.bz2 |
Bump MS_DLL_ID to 1.5.0.
Diffstat (limited to 'Include/modsupport.h')
-rw-r--r-- | Include/modsupport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/modsupport.h b/Include/modsupport.h index 0f6f06c..7b1cae8 100644 --- a/Include/modsupport.h +++ b/Include/modsupport.h @@ -97,7 +97,7 @@ extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list)); The full MS_DLL_VERSION_ID is imbedded in the core DLL, and is so installers can determine incremental changes. */ -#define MS_DLL_ID "1.4.0" +#define MS_DLL_ID "1.5.0" #define MS_DLL_VERSION_ID MS_DLL_ID "." PYTHON_API_STRING #endif /* MS_WINDOWS */ |