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

Skip to content

Commit 9c94a88

Browse files
committed
Version -> 1.6.
1 parent e02e48b commit 9c94a88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PC/python_nt.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
#include "modsupport.h"
99
#include "patchlevel.h"
1010

11-
#define MS_DLL_ID "1.5"
11+
#define MS_DLL_ID "1.6"
1212

1313
#define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0"
1414

1515
#ifndef PYTHON_DLL_NAME
16-
#define PYTHON_DLL_NAME "Python15.dll"
16+
#define PYTHON_DLL_NAME "Python16.dll"
1717
#endif
1818

1919
// String Tables

0 commit comments

Comments
 (0)