diff -r ae9a2238bd80 -r b78bce54b0dd os/macos/plistgen.sh --- a/os/macos/plistgen.sh Tue Jan 18 23:27:06 2005 +0000 +++ b/os/macos/plistgen.sh Tue Jan 18 23:48:55 2005 +0000 @@ -7,6 +7,7 @@ else VERSION="$2" fi +date=`date +%Y` # Generates Info.plist while applying $VERSION @@ -22,7 +23,7 @@ CFBundleExecutable openttd CFBundleGetInfoString - $VERSION, Copyright 2004 The Open Transport Tycoon team + $VERSION, Copyright 2004-$date The Open Transport Tycoon team CFBundleIconFile openttd.icns CFBundleIdentifier @@ -38,7 +39,7 @@ CFBundleVersion $VERSION NSHumanReadableCopyright - Copyright 2004 The Open Transport Tycoon team + Copyright 2004-$date The Open Transport Tycoon team NSPrincipalClass NSApplication