diff options
author | Dominik Wenger <domonoky@googlemail.com> | 2007-03-20 14:45:56 +0000 |
---|---|---|
committer | Dominik Wenger <domonoky@googlemail.com> | 2007-03-20 14:45:56 +0000 |
commit | 2671b6cda62e43015c5914844c03dbbc53aafb31 (patch) | |
tree | df848fc1107164230b5c8a757ccbf8b00d481167 /rbutil/credits.h | |
parent | 151a67253cb07fae985493cb961d34d8e7bdd5c6 (diff) |
Add GodEater to the credits in RbUtil
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12861 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/credits.h')
-rw-r--r-- | rbutil/credits.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rbutil/credits.h b/rbutil/credits.h index afd506a03a..16c5f4fc04 100644 --- a/rbutil/credits.h +++ b/rbutil/credits.h @@ -22,12 +22,13 @@ #define CREDITS_H_INCLUDED #define RBUTIL_FULLNAME "The Rockbox Utility" -#define RBUTIL_VERSION "Version 0.3.0.0" +#define RBUTIL_VERSION "Version 0.3.0.1" static const wxString rbutil_developers[] = { wxT("Christi Alice Scarborough"), wxT("Dave Chapman"), wxT("Dominik Wenger"), + wxT("Bryan Childs"), wxT("") }; |