diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-31 18:11:34 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-31 18:11:34 -0600 |
commit | 52074ac866eb2220a261210a2db5e41dc0bc27df (patch) | |
tree | dd39de0aa6a0e36a2f273d761461205f1d2f9495 /PC/python_nt.rc | |
parent | 0396cd706738a8efab375f7d1c2d1b27f9f6fdd0 (diff) | |
parent | a453749a785d245004309d9e8f12b39f7916a24d (diff) | |
download | cpython-git-52074ac866eb2220a261210a2db5e41dc0bc27df.tar.gz |
merge 3.4
Diffstat (limited to 'PC/python_nt.rc')
-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 33ddce7d0b..3144e86881 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-2014 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2015 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 |