diff options
author | Larry Hastings <larry@hastings.org> | 2018-01-23 04:32:09 -0800 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2018-01-23 04:32:09 -0800 |
commit | d5af78b687b27aaf203b588f91f59c13463713c0 (patch) | |
tree | 15265d234f1212ed78b3db50d46df647a788b028 /Python | |
parent | 68485f78fa20c915b5b87f31e0d752760590333f (diff) | |
download | cpython-git-3.4.8rc1.tar.gz |
Bump version and copyright year for 3.4.8rc1.v3.4.8rc1
Diffstat (limited to 'Python')
-rw-r--r-- | Python/getcopyright.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcopyright.c b/Python/getcopyright.c index cac647c3ce..51772ecef3 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static const char cprt[] = "\ -Copyright (c) 2001-2017 Python Software Foundation.\n\ +Copyright (c) 2001-2018 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |