diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 16:25:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 16:25:22 (GMT) |
commit | 71db903563906cedfc098418659d1200043cd14c (patch) | |
tree | ff98ce9b9f201d87e9ae7d8ed1aa3492d5a91046 /PC | |
parent | 288cb25f1a208fe09b9e06ba479e11c1157da4b5 (diff) | |
parent | 4c70293755ce8ea0adc5b224c714da2b7625d232 (diff) | |
download | cpython-71db903563906cedfc098418659d1200043cd14c.zip cpython-71db903563906cedfc098418659d1200043cd14c.tar.gz cpython-71db903563906cedfc098418659d1200043cd14c.tar.bz2 |
merge 3.5
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python_ver_rc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/python_ver_rc.h b/PC/python_ver_rc.h index 827e9be..8ad18ef 100644 --- a/PC/python_ver_rc.h +++ b/PC/python_ver_rc.h @@ -4,7 +4,7 @@ #include "winver.h" #define PYTHON_COMPANY "Python Software Foundation" -#define PYTHON_COPYRIGHT "Copyright \xA9 2001-2015 Python Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC." +#define PYTHON_COPYRIGHT "Copyright \xA9 2001-2016 Python Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC." #define MS_WINDOWS #include "modsupport.h" |