diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 856173f01b5..76ec9754f90 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.6" +#define MS_DLL_ID "2.0" #define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0" #ifndef PYTHON_DLL_NAME -#define PYTHON_DLL_NAME "Python16.dll" +#define PYTHON_DLL_NAME "Python20.dll" #endif // String Tables @@ -44,11 +44,11 @@ BEGIN BEGIN BLOCK "000004b0" BEGIN - VALUE "CompanyName", "Corporation for National Research Initatives\0" + VALUE "CompanyName", "BeOpen.com\0" VALUE "FileDescription", "Python Core\0" VALUE "FileVersion", PYTHON_VERSION VALUE "InternalName", "Python DLL\0" - VALUE "LegalCopyright", "Copyright © 1991-1995 Stichting Mathematisch Centrum, Amsterdam\0" + VALUE "LegalCopyright", "Copyright (c) 2000 BeOpen.com. Copyright (c) 1995-2000 CNRI. Copyright (c) 1990-1995 SMC.\0" VALUE "OriginalFilename", PYTHON_DLL_NAME "\0" VALUE "ProductName", "Python\0" VALUE "ProductVersion", PYTHON_VERSION