Add GodEater to the credits in RbUtil

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12861 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2007-03-20 14:45:56 +00:00
parent 151a67253c
commit 2671b6cda6
2 changed files with 4 additions and 3 deletions

View file

@ -22,12 +22,13 @@
#define CREDITS_H_INCLUDED #define CREDITS_H_INCLUDED
#define RBUTIL_FULLNAME "The Rockbox Utility" #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[] = { static const wxString rbutil_developers[] = {
wxT("Christi Alice Scarborough"), wxT("Christi Alice Scarborough"),
wxT("Dave Chapman"), wxT("Dave Chapman"),
wxT("Dominik Wenger"), wxT("Dominik Wenger"),
wxT("Bryan Childs"),
wxT("") wxT("")
}; };

View file

@ -10,8 +10,8 @@ BEGIN
BEGIN BEGIN
BLOCK "FFFF0000" BLOCK "FFFF0000"
BEGIN BEGIN
VALUE "FileVersion", "0.3.0.0\0" VALUE "FileVersion", "0.3.0.1\0"
VALUE "ProductVersion", "0.3.0.0\0" VALUE "ProductVersion", "0.3.0.1\0"
VALUE "CompanyName", "Rockbox Team\0" VALUE "CompanyName", "Rockbox Team\0"
VALUE "FileDescription", "Rockbox Utility\0" VALUE "FileDescription", "Rockbox Utility\0"
VALUE "InternalName", "rbutil\0" VALUE "InternalName", "rbutil\0"