diff options
author | Guido van Rossum <guido@python.org> | 2000-06-29 22:30:37 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-06-29 22:30:37 (GMT) |
commit | 537a551e2308907f9a07586941cdc0b3177a738a (patch) | |
tree | 41efd5f10fe74db495a838530cc45dcc2cf41ccd /PC/python_nt.rc | |
parent | 632ea6e3531134f749f4f137f88d33a9199b4482 (diff) | |
download | cpython-537a551e2308907f9a07586941cdc0b3177a738a.zip cpython-537a551e2308907f9a07586941cdc0b3177a738a.tar.gz cpython-537a551e2308907f9a07586941cdc0b3177a738a.tar.bz2 |
Bump version to 2.0b1. Change copyright to BeOpen, CNRI, SMC.
Diffstat (limited to 'PC/python_nt.rc')
-rw-r--r-- | PC/python_nt.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 856173f..76ec975 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 |