From 537a551e2308907f9a07586941cdc0b3177a738a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 29 Jun 2000 22:30:37 +0000 Subject: Bump version to 2.0b1. Change copyright to BeOpen, CNRI, SMC. --- PC/python_nt.rc | 8 ++++---- 1 file 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 -- cgit v0.12