diff options
author | Ned Deily <nad@python.org> | 2017-01-02 07:51:59 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-01-02 07:51:59 (GMT) |
commit | dba46d2e96a28e2137347eb28c7d610215c7768e (patch) | |
tree | da80635efd3a627a503f88236f466aa2c074f87a | |
parent | e597dfdb5c149eace0ba270c67bc4f5f5dc3d389 (diff) | |
parent | 2eb97231b82510f41092b7569fd8e9c8723543a7 (diff) | |
download | cpython-dba46d2e96a28e2137347eb28c7d610215c7768e.zip cpython-dba46d2e96a28e2137347eb28c7d610215c7768e.tar.gz cpython-dba46d2e96a28e2137347eb28c7d610215c7768e.tar.bz2 |
merge 3.6
-rw-r--r-- | Mac/IDLE/IDLE.app/Contents/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/IDLE/IDLE.app/Contents/Info.plist b/Mac/IDLE/IDLE.app/Contents/Info.plist index f7c3b35..5507687 100644 --- a/Mac/IDLE/IDLE.app/Contents/Info.plist +++ b/Mac/IDLE/IDLE.app/Contents/Info.plist @@ -36,7 +36,7 @@ <key>CFBundleExecutable</key> <string>IDLE</string> <key>CFBundleGetInfoString</key> - <string>%version%, © 2001-2016 Python Software Foundation</string> + <string>%version%, © 2001-2017 Python Software Foundation</string> <key>CFBundleIconFile</key> <string>IDLE.icns</string> <key>CFBundleIdentifier</key> |