diff options
Diffstat (limited to 'dists/macosx')
-rw-r--r-- | dists/macosx/Info.plist | 4 | ||||
-rw-r--r-- | dists/macosx/Info.plist.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index b619fa6843..b872febd60 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -33,7 +33,7 @@ <key>CFBundleExecutable</key> <string>scummvm</string> <key>CFBundleGetInfoString</key> - <string>1.8.0git, Copyright 2001-2015 The ScummVM Team</string> + <string>1.8.0git, Copyright 2001-2016 The ScummVM Team</string> <key>CFBundleIconFile</key> <string>scummvm.icns</string> <key>CFBundleIdentifier</key> @@ -51,7 +51,7 @@ <key>NSPrincipalClass</key> <string>NSApplication</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2001-2015 The ScummVM Team</string> + <string>Copyright 2001-2016 The ScummVM Team</string> <key>SUFeedURL</key> <string>http://www.scummvm.org/appcasts/macosx/release.xml</string> <key>SUPublicDSAKeyFile</key> diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in index 39bb82ca69..1a83447e26 100644 --- a/dists/macosx/Info.plist.in +++ b/dists/macosx/Info.plist.in @@ -33,7 +33,7 @@ <key>CFBundleExecutable</key> <string>scummvm</string> <key>CFBundleGetInfoString</key> - <string>@VERSION@, Copyright 2001-2015 The ScummVM Team</string> + <string>@VERSION@, Copyright 2001-2016 The ScummVM Team</string> <key>CFBundleIconFile</key> <string>scummvm.icns</string> <key>CFBundleIdentifier</key> @@ -51,7 +51,7 @@ <key>NSPrincipalClass</key> <string>NSApplication</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2001-2015 The ScummVM Team</string> + <string>Copyright 2001-2016 The ScummVM Team</string> <key>SUFeedURL</key> <string>http://www.scummvm.org/appcasts/macosx/release.xml</string> <key>SUPublicDSAKeyFile</key> |