diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-01 04:02:41 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-01 04:02:41 (GMT) |
commit | a015bb1e2ba036624007d640d27115b4252bd497 (patch) | |
tree | 3bba18e6cb907ad2f81c3998bd6e3c6e653f25d5 /PC | |
parent | b6728880927dbd290fd11f553b42316eb9c4b09d (diff) | |
parent | fa10ae097855c5bf927414fce2cc12aee3cdcc98 (diff) | |
download | cpython-a015bb1e2ba036624007d640d27115b4252bd497.zip cpython-a015bb1e2ba036624007d640d27115b4252bd497.tar.gz cpython-a015bb1e2ba036624007d640d27115b4252bd497.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 199533c..52bf823 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-2013 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2014 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 |