diff options
Diffstat (limited to 'Mac/Resources/app/Info.plist.in')
-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 66b5e764c54..1d624984a85 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> |