summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-02-24 16:47:29 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-02-24 16:47:29 (GMT)
commitab5a044aec9cb12343ac66009d40e84799d52dc7 (patch)
treebd859aaeedc5c4a1013b2b0a2e603fca0057d2f4 /PC
parent349c900ed0e3b4b2071e4259d02b5474f7f7a0ec (diff)
parent195261ea458c37d60f06abd05a02c63b16014b59 (diff)
downloadcpython-ab5a044aec9cb12343ac66009d40e84799d52dc7.zip
cpython-ab5a044aec9cb12343ac66009d40e84799d52dc7.tar.gz
cpython-ab5a044aec9cb12343ac66009d40e84799d52dc7.tar.bz2
merge 3.2.2 release branch for rc
Diffstat (limited to 'PC')
-rw-r--r--PC/python_nt.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc
index 8cccf2d..5295610 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-2011 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
+ VALUE "LegalCopyright", "Copyright © 2001-2012 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