File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88#include "modsupport.h"
99#include "patchlevel.h"
1010
11- #define MS_DLL_ID "1.6 "
11+ #define MS_DLL_ID "2.0 "
1212
1313#define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0"
1414
1515#ifndef PYTHON_DLL_NAME
16- #define PYTHON_DLL_NAME "Python16 .dll"
16+ #define PYTHON_DLL_NAME "Python20 .dll"
1717#endif
1818
1919// String Tables
@@ -44,11 +44,11 @@ BEGIN
4444 BEGIN
4545 BLOCK "000004b0"
4646 BEGIN
47- VALUE "CompanyName", "Corporation for National Research Initatives \0"
47+ VALUE "CompanyName", "BeOpen.com \0"
4848 VALUE "FileDescription", "Python Core\0"
4949 VALUE "FileVersion", PYTHON_VERSION
5050 VALUE "InternalName", "Python DLL\0"
51- VALUE "LegalCopyright", "Copyright � 1991- 1995 Stichting Mathematisch Centrum, Amsterdam \0"
51+ VALUE "LegalCopyright", "Copyright (c) 2000 BeOpen.com. Copyright (c) 1995-2000 CNRI. Copyright (c) 1990-1995 SMC. \0"
5252 VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
5353 VALUE "ProductName", "Python\0"
5454 VALUE "ProductVersion", PYTHON_VERSION
You can’t perform that action at this time.
0 commit comments