diff options
| author | Ned Deily <nad@python.org> | 2020-06-27 09:14:00 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2020-06-27 09:14:00 (GMT) |
| commit | d56cd4006a1c5e07b0bf69fad9fc8e2fbf6aa855 (patch) | |
| tree | 252f12dabb18e9c668f7e4959df5c15d75ef5863 /Mac | |
| parent | 93514bd24447d8dd1579ac838e2d8915a1bbc17f (diff) | |
| download | cpython-3.6.11.zip cpython-3.6.11.tar.gz cpython-3.6.11.tar.bz2 | |
3.6.11v3.6.11
Diffstat (limited to 'Mac')
| -rw-r--r-- | Mac/Resources/app/Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in index 66b5e76..1d62498 100644 --- a/Mac/Resources/app/Info.plist.in +++ b/Mac/Resources/app/Info.plist.in @@ -20,7 +20,7 @@ <key>CFBundleExecutable</key> <string>Python</string> <key>CFBundleGetInfoString</key> - <string>%version%, (c) 2001-2016 Python Software Foundation.</string> + <string>%version%, (c) 2001-2020 Python Software Foundation.</string> <key>CFBundleHelpBookFolder</key> <array> <string>Documentation</string> @@ -55,7 +55,7 @@ <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> - <string>(c) 2001-2016 Python Software Foundation.</string> + <string>(c) 2001-2020 Python Software Foundation.</string> <key>NSHighResolutionCapable</key> <true/> </dict> |
