We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ae519 commit f61ee63Copy full SHA for f61ee63
1 file changed
PC/python_nt.rc
@@ -8,7 +8,7 @@
8
#include "modsupport.h"
9
#include "patchlevel.h"
10
11
-#define MS_DLL_ID "1.5.0"
+#define MS_DLL_ID "1.5.1"
12
13
#define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0"
14
@@ -48,7 +48,7 @@ BEGIN
48
VALUE "FileDescription", "Python Core\0"
49
VALUE "FileVersion", PYTHON_VERSION
50
VALUE "InternalName", "Python DLL\0"
51
- VALUE "LegalCopyright", "Copyright � 1991-1996 Stichting Mathematisch Centrum, Amsterdam\0"
+ VALUE "LegalCopyright", "Copyright � 1991-1995 Stichting Mathematisch Centrum, Amsterdam\0"
52
VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
53
VALUE "ProductName", "Python\0"
54
VALUE "ProductVersion", PYTHON_VERSION
0 commit comments