diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-01-02 04:07:37 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2017-01-02 04:07:37 (GMT) |
commit | b6e2142b0cf96ffd081eff1f4f6d90074efa0ead (patch) | |
tree | 49c21dfe6808067b82cfff50842abade7967cc5e /Mac/Resources | |
parent | dd5c73b4f20331c15d2239658bcc17c5c703c370 (diff) | |
parent | e527dd34bc4d894b469f48af9369b0f8e1138ea9 (diff) | |
download | cpython-b6e2142b0cf96ffd081eff1f4f6d90074efa0ead.zip cpython-b6e2142b0cf96ffd081eff1f4f6d90074efa0ead.tar.gz cpython-b6e2142b0cf96ffd081eff1f4f6d90074efa0ead.tar.bz2 |
merge 3.3
Diffstat (limited to 'Mac/Resources')
-rw-r--r-- | Mac/Resources/app/Info.plist.in | 2 | ||||
-rw-r--r-- | Mac/Resources/framework/Info.plist.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in index a0bb971..a23166e 100644 --- a/Mac/Resources/app/Info.plist.in +++ b/Mac/Resources/app/Info.plist.in @@ -37,7 +37,7 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleLongVersionString</key> - <string>%version%, (c) 2001-2016 Python Software Foundation.</string> + <string>%version%, (c) 2001-2017 Python Software Foundation.</string> <key>CFBundleName</key> <string>Python</string> <key>CFBundlePackageType</key> diff --git a/Mac/Resources/framework/Info.plist.in b/Mac/Resources/framework/Info.plist.in index fcba7d9..7a64619 100644 --- a/Mac/Resources/framework/Info.plist.in +++ b/Mac/Resources/framework/Info.plist.in @@ -17,9 +17,9 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>%VERSION%, (c) 2001-2016 Python Software Foundation.</string> + <string>%VERSION%, (c) 2001-2017 Python Software Foundation.</string> <key>CFBundleLongVersionString</key> - <string>%VERSION%, (c) 2001-2016 Python Software Foundation.</string> + <string>%VERSION%, (c) 2001-2017 Python Software Foundation.</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> |