diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-01-02 04:04:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2017-01-02 04:04:13 (GMT) |
commit | ea02cdc7ecdc16d1b9b09bdfee0b04f88b9548f0 (patch) | |
tree | a7381ca7aba499430e446cb2b9b2daf6ff01cdb0 /PC | |
parent | 0f4ed2cdc6e7887153c481f4c7298bc35e219d84 (diff) | |
download | cpython-ea02cdc7ecdc16d1b9b09bdfee0b04f88b9548f0.zip cpython-ea02cdc7ecdc16d1b9b09bdfee0b04f88b9548f0.tar.gz cpython-ea02cdc7ecdc16d1b9b09bdfee0b04f88b9548f0.tar.bz2 |
ring in 2017 for Python
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 19bcbdd..2b2be3c 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-2016 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2017 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 |