diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-01-01 00:11:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-01-01 00:11:22 (GMT) |
commit | a453749a785d245004309d9e8f12b39f7916a24d (patch) | |
tree | cac2c8f14ac442d51787f4deb0ae636b01e3fbc1 /PC | |
parent | bab69bf6555664a7f68ac87685216d6c8b390865 (diff) | |
parent | 7919acb9202e1b4cf703d54a9346b980f8885a29 (diff) | |
download | cpython-a453749a785d245004309d9e8f12b39f7916a24d.zip cpython-a453749a785d245004309d9e8f12b39f7916a24d.tar.gz cpython-a453749a785d245004309d9e8f12b39f7916a24d.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 52bf823..f85d539 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 |