diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-01-01 17:27:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 17:27:48 (GMT) |
commit | fa12749bcd20a9844e99819e361bc15af5eaf7e3 (patch) | |
tree | 78d63a5b42f4ae9b2b0f4e401a2958fb8740f31f /PC/python_ver_rc.h | |
parent | b20d5e5ce95248e0fa77c5d7bf8f6f5b1231fa53 (diff) | |
download | cpython-fa12749bcd20a9844e99819e361bc15af5eaf7e3.zip cpython-fa12749bcd20a9844e99819e361bc15af5eaf7e3.tar.gz cpython-fa12749bcd20a9844e99819e361bc15af5eaf7e3.tar.bz2 |
Bring Python into the new year. (GH-24036)
(cherry picked from commit de6f20a6de48d63066b2cf5b317f50629f01d74a)
Co-authored-by: Dong-hee Na <donghee.na@python.org>
Diffstat (limited to 'PC/python_ver_rc.h')
-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 060aecd..90fc6ba 100644 --- a/PC/python_ver_rc.h +++ b/PC/python_ver_rc.h @@ -5,7 +5,7 @@ #include "winver.h" #define PYTHON_COMPANY "Python Software Foundation" -#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 PYTHON_COPYRIGHT "Copyright \xA9 2001-2021 Python Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC." #define MS_WINDOWS #include "modsupport.h" |