diff options
author | Dong-hee Na <donghee.na@python.org> | 2021-01-01 15:37:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 15:37:23 (GMT) |
commit | de6f20a6de48d63066b2cf5b317f50629f01d74a (patch) | |
tree | 3927a906431aee51782593ac3c046298ec6046bf /PC | |
parent | ec3165320e81ac87edcb85c86c452528ddbaec1c (diff) | |
download | cpython-de6f20a6de48d63066b2cf5b317f50629f01d74a.zip cpython-de6f20a6de48d63066b2cf5b317f50629f01d74a.tar.gz cpython-de6f20a6de48d63066b2cf5b317f50629f01d74a.tar.bz2 |
Bring Python into the new year. (GH-24036)
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 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" |