summaryrefslogtreecommitdiffstats
path: root/PC/python_nt.rc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-02-28 07:43:20 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-02-28 07:43:20 (GMT)
commit9cda54dda33501c302f5ba7fde15bc1dbeecf1ae (patch)
tree098cb85046ad280da80b607fc94ee6fe4719b84e /PC/python_nt.rc
parent39247ac9b91365ccbde4eea34f863e7202a016d0 (diff)
downloadcpython-9cda54dda33501c302f5ba7fde15bc1dbeecf1ae.zip
cpython-9cda54dda33501c302f5ba7fde15bc1dbeecf1ae.tar.gz
cpython-9cda54dda33501c302f5ba7fde15bc1dbeecf1ae.tar.bz2
Assorted Windows buildno, copyright and version number changes for 2.2.1a1.
Repair PY_VERSION in patchlevel.h.
Diffstat (limited to 'PC/python_nt.rc')
-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 e90f4c7..e2fbbe0 100644
--- a/PC/python_nt.rc
+++ b/PC/python_nt.rc
@@ -73,7 +73,7 @@ BEGIN
VALUE "FileDescription", "Python Core\0"
VALUE "FileVersion", PYTHON_VERSION
VALUE "InternalName", "Python DLL\0"
- VALUE "LegalCopyright", "Copyright © 2001 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
+ VALUE "LegalCopyright", "Copyright © 2001-2002 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