diff options
author | Barry Warsaw <barry@python.org> | 2008-03-01 17:45:23 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-03-01 17:45:23 (GMT) |
commit | 659fc426531517e09eb53cccc8ab4e861d8e0c22 (patch) | |
tree | 11e40a1bece93f74b4c6833315c65c189f9696ab /PC | |
parent | 014d4a026a2f969d33ec3c35edc5ac06a3a16933 (diff) | |
download | cpython-659fc426531517e09eb53cccc8ab4e861d8e0c22.zip cpython-659fc426531517e09eb53cccc8ab4e861d8e0c22.tar.gz cpython-659fc426531517e09eb53cccc8ab4e861d8e0c22.tar.bz2 |
Copyright and version tweaks for 3.0a3.v3.0a3
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 6fb73b6..e132837 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-2007 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2008 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 |