mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Version -> 1.6.
This commit is contained in:
parent
e02e48be6f
commit
9c94a8882c
1 changed files with 2 additions and 2 deletions
|
|
@ -8,12 +8,12 @@
|
|||
#include "modsupport.h"
|
||||
#include "patchlevel.h"
|
||||
|
||||
#define MS_DLL_ID "1.5"
|
||||
#define MS_DLL_ID "1.6"
|
||||
|
||||
#define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0"
|
||||
|
||||
#ifndef PYTHON_DLL_NAME
|
||||
#define PYTHON_DLL_NAME "Python15.dll"
|
||||
#define PYTHON_DLL_NAME "Python16.dll"
|
||||
#endif
|
||||
|
||||
// String Tables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue