diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/rockbox_flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c index 5f2117d..4bdb0d2 100644 --- a/apps/plugins/rockbox_flash.c +++ b/apps/plugins/rockbox_flash.c @@ -30,7 +30,7 @@ PLUGIN_HEADER /* define DUMMY if you only want to "play" with the UI, does no harm */ /* #define DUMMY */ -#define LATEST_BOOTLOADER_VERSION 2 /* update this with the bootloader */ +#define LATEST_BOOTLOADER_VERSION 3 /* update this with the bootloader */ #ifndef UINT8 #define UINT8 unsigned char |