mirror of
https://github.com/python/cpython.git
synced 2025-10-22 06:32:43 +00:00
Bump MS_DLL_ID to 1.5.0.
This commit is contained in:
parent
d510b72fff
commit
15974ad5e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
The full MS_DLL_VERSION_ID is imbedded in the core DLL, and
|
||||||
is so installers can determine incremental changes.
|
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
|
#define MS_DLL_VERSION_ID MS_DLL_ID "." PYTHON_API_STRING
|
||||||
|
|
||||||
#endif /* MS_WINDOWS */
|
#endif /* MS_WINDOWS */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue