]> granicus.if.org Git - python/commitdiff
Bump MS_DLL_ID to 1.5.0.
authorGuido van Rossum <guido@python.org>
Tue, 12 Aug 1997 14:48:03 +0000 (14:48 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 12 Aug 1997 14:48:03 +0000 (14:48 +0000)
Include/modsupport.h

index 0f6f06cc3218e402b4e297b439df6471be2ac765..7b1cae809c66d4c6a130536e3438410d0b9dc3ae 100644 (file)
@@ -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 */