diff options
author | Max Horn | 2010-06-06 13:36:55 +0000 |
---|---|---|
committer | Max Horn | 2010-06-06 13:36:55 +0000 |
commit | 48cfc944216c863ea59160a54739799af21d1768 (patch) | |
tree | a367a85d568e548d3cb42e3f947fa25614ca8e2f /tools | |
parent | 4667907b5cf9da3336352053b16b84484adf0393 (diff) | |
download | scummvm-rg350-48cfc944216c863ea59160a54739799af21d1768.tar.gz scummvm-rg350-48cfc944216c863ea59160a54739799af21d1768.tar.bz2 scummvm-rg350-48cfc944216c863ea59160a54739799af21d1768.zip |
Add Gus to credits, update README & NEWS
svn-id: r49454
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index 165834b9b9..bff1251f7a 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -666,6 +666,10 @@ begin_credits("Credits"); begin_section("Backend Teams"); + begin_section("Android"); + add_person("Angus Lees", "Gus", ""); + end_section(); + begin_section("Dreamcast"); add_person("Marcus Comstedt", "", ""); end_section(); |