diff options
| author | Larry Hastings <larry@hastings.org> | 2018-01-23 12:32:09 (GMT) |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2018-01-23 12:32:09 (GMT) |
| commit | d5af78b687b27aaf203b588f91f59c13463713c0 (patch) | |
| tree | 15265d234f1212ed78b3db50d46df647a788b028 /PC | |
| parent | 68485f78fa20c915b5b87f31e0d752760590333f (diff) | |
| download | cpython-3.4.8rc1.zip cpython-3.4.8rc1.tar.gz cpython-3.4.8rc1.tar.bz2 | |
Bump version and copyright year for 3.4.8rc1.v3.4.8rc1
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 51b9798..6d34e25 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-2017 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2018 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 |
