diff options
author | Ned Deily <nad@python.org> | 2017-01-02 07:47:35 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-01-02 07:47:35 (GMT) |
commit | 0717564746cf3ac25bae448d7412e9bea49dba69 (patch) | |
tree | d7caa8c0ed4e6024413541da4c622ca26c84e577 /Mac | |
parent | 03fdeb786c2e0c1f3daa3e0b752098f372ebb6ba (diff) | |
parent | c276ffa0a9dc195c617e7a53497e2e80e21bab30 (diff) | |
download | cpython-0717564746cf3ac25bae448d7412e9bea49dba69.zip cpython-0717564746cf3ac25bae448d7412e9bea49dba69.tar.gz cpython-0717564746cf3ac25bae448d7412e9bea49dba69.tar.bz2 |
merge 3.3
Diffstat (limited to 'Mac')
-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> |