diff options
author | Barry Warsaw <barry@python.org> | 2008-03-01 03:15:20 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-03-01 03:15:20 (GMT) |
commit | 189b6d85c9295e8224313c076fe5f298817cc76d (patch) | |
tree | 35826ac742d50f63a9f86b3ada7734c4338d1b73 /PC | |
parent | 9d225e63beb0c7a7842893a8a0c04384ace889e7 (diff) | |
download | cpython-189b6d85c9295e8224313c076fe5f298817cc76d.zip cpython-189b6d85c9295e8224313c076fe5f298817cc76d.tar.gz cpython-189b6d85c9295e8224313c076fe5f298817cc76d.tar.bz2 |
More copyright year and version number bumpsv2.6a1
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 6fb73b6..e132837 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-2007 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2008 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 |