diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2007-11-20 23:37:22 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2007-11-20 23:37:22 +0000 |
| commit | fd52fd78cf77a899ee10a3284402abdb936f1b1b (patch) | |
| tree | 747ccd7768a7df63e80d81fada5dc6ee922e3987 | |
| parent | da58a8dfb4edf5ed2c4e599a91958a472204cb09 (diff) | |
| download | rockbox-fd52fd78cf77a899ee10a3284402abdb936f1b1b.zip rockbox-fd52fd78cf77a899ee10a3284402abdb936f1b1b.tar.gz rockbox-fd52fd78cf77a899ee10a3284402abdb936f1b1b.tar.bz2 rockbox-fd52fd78cf77a899ee10a3284402abdb936f1b1b.tar.xz | |
Bump version for release.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15728 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | rbutil/e200rpatcher/e200rpatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/e200rpatcher/e200rpatcher.c b/rbutil/e200rpatcher/e200rpatcher.c index e71a771..bdc8da6 100644 --- a/rbutil/e200rpatcher/e200rpatcher.c +++ b/rbutil/e200rpatcher/e200rpatcher.c @@ -32,7 +32,7 @@ #include "bootimg.h" -#define VERSION "0.1-svn" +#define VERSION "0.2" /* USB IDs for Manufacturing Mode */ #define E200R_VENDORID 0x0781 |