diff options
-rw-r--r-- | PC/python_nt.rc | 2 | ||||
-rw-r--r-- | PCbuild/python20.wse | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index a4e4849..08993b9 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -91,7 +91,7 @@ BEGIN VALUE "FileDescription", "Python Core\0" VALUE "FileVersion", PYTHON_VERSION VALUE "InternalName", "Python DLL\0" - VALUE "LegalCopyright", "Copyright © 2001-2002 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2003 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" VALUE "OriginalFilename", PYTHON_DLL_NAME "\0" VALUE "ProductName", "Python\0" VALUE "ProductVersion", PYTHON_VERSION diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 02312f8..92fedf1 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -22,10 +22,10 @@ item: Global Dialogs Version=8 Version File=2.3a1 Version Description=Python Programming Language - Version Copyright=©2001 Python Software Foundation + Version Copyright=©2001-2003 Python Software Foundation Version Company=PythonLabs at Zope Corporation Crystal Format=10111100101100000010001001001001 - Step View=&Properties + Step View=&All Variable Name1=_WISE_ Variable Description1=WISE root directory Variable Default1=C:\PROGRAM FILES\WISE INSTALLMASTER 8.1 |