diff options
author | Ned Deily <nad@python.org> | 2019-02-16 07:03:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-16 07:03:48 (GMT) |
commit | b27e30553c856394fcadecd43e24ccf62254907e (patch) | |
tree | a3da6ae2f8b3966ec199651607da6753ff6fda55 /Mac | |
parent | c3c49ec56890d9d591f8fd1609c8436019f28f96 (diff) | |
download | cpython-b27e30553c856394fcadecd43e24ccf62254907e.zip cpython-b27e30553c856394fcadecd43e24ccf62254907e.tar.gz cpython-b27e30553c856394fcadecd43e24ccf62254907e.tar.bz2 |
Update IDLE.app plist copyright date. (GH-11890)
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/IDLE/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/IDLE/Info.plist.in b/Mac/IDLE/Info.plist.in index 1d3c076..9f6beb6 100644 --- a/Mac/IDLE/Info.plist.in +++ b/Mac/IDLE/Info.plist.in @@ -36,7 +36,7 @@ <key>CFBundleExecutable</key> <string>IDLE</string> <key>CFBundleGetInfoString</key> - <string>%VERSION%, © 2001-2017 Python Software Foundation</string> + <string>%VERSION%, © 2001-2019 Python Software Foundation</string> <key>CFBundleIconFile</key> <string>IDLE.icns</string> <key>CFBundleIdentifier</key> |