Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15974ad

Browse files
committed
Bump MS_DLL_ID to 1.5.0.
1 parent d510b72 commit 15974ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/modsupport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list));
9797
The full MS_DLL_VERSION_ID is imbedded in the core DLL, and
9898
is so installers can determine incremental changes.
9999
*/
100-
#define MS_DLL_ID "1.4.0"
100+
#define MS_DLL_ID "1.5.0"
101101
#define MS_DLL_VERSION_ID MS_DLL_ID "." PYTHON_API_STRING
102102

103103
#endif /* MS_WINDOWS */

0 commit comments

Comments
 (0)