]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version to 2.0b1. Change copyright to BeOpen, CNRI, SMC.
authorGuido van Rossum <guido@python.org>
Thu, 29 Jun 2000 22:30:37 +0000 (22:30 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 Jun 2000 22:30:37 +0000 (22:30 +0000)
PC/python_nt.rc

index 856173f01b5359813a752bebb68ae1332e994616..76ec9754f90bad39283a34a120b8a3fbf311cdb1 100644 (file)
@@ -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