commit | 15974ad5e6157b65113b4427e90d750e41d050bd | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 12 14:48:03 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 12 14:48:03 1997 +0000 |
tree | 3788907935a4184d9c73e08bca52a90b8ce6a923 | |
parent | d510b72fff243d6ba6a98acef5eac733159fdbbb [diff] [blame] |
Bump MS_DLL_ID to 1.5.0.
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 @@ 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 */