Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 537a551

Browse files
committed
Bump version to 2.0b1. Change copyright to BeOpen, CNRI, SMC.
1 parent 632ea6e commit 537a551

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PC/python_nt.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
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

0 commit comments

Comments
 (0)