diff options
| author | Benjamin Peterson <benjamin@python.org> | 2020-01-02 18:56:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-02 18:56:34 -0800 |
| commit | 946b29ea0b3b386ed05e87e60b8617c9dc19cd53 (patch) | |
| tree | 9c69dc807f13c698847457311e95e669868d8a8d /Mac/PythonLauncher | |
| parent | 7b35bef9787cd80ed1e12124f759b4be03c849db (diff) | |
| download | cpython-git-946b29ea0b3b386ed05e87e60b8617c9dc19cd53.tar.gz | |
Bring Python into the next decade. (GH-17801)
Diffstat (limited to 'Mac/PythonLauncher')
| -rw-r--r-- | Mac/PythonLauncher/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/PythonLauncher/Info.plist.in b/Mac/PythonLauncher/Info.plist.in index 9fb4e0affd..21a051535f 100644 --- a/Mac/PythonLauncher/Info.plist.in +++ b/Mac/PythonLauncher/Info.plist.in @@ -40,7 +40,7 @@ <key>CFBundleExecutable</key> <string>Python Launcher</string> <key>CFBundleGetInfoString</key> - <string>%VERSION%, © 2001-2019 Python Software Foundation</string> + <string>%VERSION%, © 2001-2020 Python Software Foundation</string> <key>CFBundleIconFile</key> <string>PythonLauncher.icns</string> <key>CFBundleIdentifier</key> |
