diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 16:24:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 16:24:21 (GMT) |
commit | e8c2a957c87980a1fd79c39597d40e5c5aeb7048 (patch) | |
tree | c36a10e89151a09d87975daea55bae1f358b1377 /PC | |
parent | 52d6c2c4c07e3e850db8cf6574619c8f24a0fb39 (diff) | |
parent | 75e3630c6071819d3674d956ea754ccb4fed5271 (diff) | |
download | cpython-e8c2a957c87980a1fd79c39597d40e5c5aeb7048.zip cpython-e8c2a957c87980a1fd79c39597d40e5c5aeb7048.tar.gz cpython-e8c2a957c87980a1fd79c39597d40e5c5aeb7048.tar.bz2 |
merge 3.3
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 f85d539..0fbdbe0 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-2015 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2016 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 |