diff options
| author | Barry Warsaw <barry@python.org> | 2009-02-12 23:46:00 (GMT) |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2009-02-12 23:46:00 (GMT) |
| commit | 4ca04b67f00edabe86072446f059adcb70eafcdd (patch) | |
| tree | cc830a293d12f2d63aa3e47933ee53e9e4a61037 /PC | |
| parent | de9ec24af0dad19fd72ee63364110c4ebb23bf64 (diff) | |
| download | cpython-3.0.1.zip cpython-3.0.1.tar.gz cpython-3.0.1.tar.bz2 | |
More copyright and version number updates.v3.0.1
Diffstat (limited to 'PC')
| -rw-r--r-- | PC/python_nt.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index e132837..5e8efd0 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -61,7 +61,7 @@ BEGIN VALUE "FileDescription", "Python Core\0" VALUE "FileVersion", PYTHON_VERSION VALUE "InternalName", "Python DLL\0" - VALUE "LegalCopyright", "Copyright © 2001-2008 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2009 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 |
