summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-01-01 17:28:23 (GMT)
committerGitHub <noreply@github.com>2021-01-01 17:28:23 (GMT)
commit02639c3bc6a9bae9de635356c289cbae674aa61c (patch)
treec4e11a034e4de88059c9587f7884713a01c8c988 /PC
parent381f3e4bfd4b1c440f7cb3025972fe0acd0406fc (diff)
downloadcpython-02639c3bc6a9bae9de635356c289cbae674aa61c.zip
cpython-02639c3bc6a9bae9de635356c289cbae674aa61c.tar.gz
cpython-02639c3bc6a9bae9de635356c289cbae674aa61c.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')
-rw-r--r--PC/python_ver_rc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/python_ver_rc.h b/PC/python_ver_rc.h
index d725a9b..81b89fe 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"