diff options
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python_nt.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 8eaa731..66b0d52 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -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 |