diff options
author | Georg Brandl <georg@python.org> | 2010-01-01 13:07:05 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-01 13:07:05 (GMT) |
commit | 8cdc9bc9018af92faef452c4364421a1c77a029d (patch) | |
tree | 02ceaa35e892ae8b60b95ade8b13c3f9e03ea3a0 /Mac | |
parent | 9db77468bc581b9c32e03a7190d7d502c7522f77 (diff) | |
download | cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.zip cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.gz cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.bz2 |
More yearly updates.
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 bd4a54c..83d1b26 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) 2004-2009 Python Software Foundation.</string> + <string>%version%, (c) 2004-2010 Python Software Foundation.</string> <key>CFBundleHelpBookFolder</key> <array> <string>Documentation</string> @@ -37,7 +37,7 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleLongVersionString</key> - <string>%version%, (c) 2004-2009 Python Software Foundation.</string> + <string>%version%, (c) 2004-2010 Python Software Foundation.</string> <key>CFBundleName</key> <string>Python</string> <key>CFBundlePackageType</key> |