From 15974ad5e6157b65113b4427e90d750e41d050bd Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 12 Aug 1997 14:48:03 +0000 Subject: [PATCH] Bump MS_DLL_ID to 1.5.0. --- Include/modsupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/modsupport.h b/Include/modsupport.h index 0f6f06cc321..7b1cae809c6 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 */