diff options
author | Georg Brandl <georg@python.org> | 2013-04-06 14:47:34 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-06 14:47:34 (GMT) |
commit | 98297f4807eea84f0d671cad6ce5c96bc9f3d9cb (patch) | |
tree | 608b410fb83662c82cb3d21ffc2e03f7800248e1 /PC | |
parent | 0aaaa62200d0bae0b79e578234ab74741da4dad3 (diff) | |
parent | bf561020a7af9a72079be2ab3d848e3ee13e92f1 (diff) | |
download | cpython-98297f4807eea84f0d671cad6ce5c96bc9f3d9cb.zip cpython-98297f4807eea84f0d671cad6ce5c96bc9f3d9cb.tar.gz cpython-98297f4807eea84f0d671cad6ce5c96bc9f3d9cb.tar.bz2 |
merge with 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 5010baa..199533c 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-2012 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2013 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 |