diff options
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("") }; |