diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-19 00:56:28 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-19 00:56:28 (GMT) |
commit | a6b9e3c814d4fed1ef20f82a7eb95f8c805567b2 (patch) | |
tree | c400f23e8a06f4258784e7935c306570394e78b3 /PC | |
parent | a92d16aaec1dc3c0d2e54c27516853b3e1bbd96a (diff) | |
download | cpython-a6b9e3c814d4fed1ef20f82a7eb95f8c805567b2.zip cpython-a6b9e3c814d4fed1ef20f82a7eb95f8c805567b2.tar.gz cpython-a6b9e3c814d4fed1ef20f82a7eb95f8c805567b2.tar.bz2 |
Windows fiddling for 2.2a2: bump build number; update copyright and
company info in resource files; change installer strings to match.
This belongs in the release branch too, of course.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python_nt.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 008ad09..e90f4c7 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -69,11 +69,11 @@ BEGIN BEGIN BLOCK "000004b0" BEGIN - VALUE "CompanyName", "Digital Creations 2\0" + VALUE "CompanyName", "PythonLabs at Zope Corporation\0" VALUE "FileDescription", "Python Core\0" VALUE "FileVersion", PYTHON_VERSION VALUE "InternalName", "Python DLL\0" - VALUE "LegalCopyright", "Copyright © 2000, 2001 Guido van Rossum. Copyright © 2000 BeOpen.com. Copyright © 1995-2000 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001 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 |