diff options
Diffstat (limited to 'bootloader/mrobe500.c')
| -rw-r--r-- | bootloader/mrobe500.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/mrobe500.c b/bootloader/mrobe500.c index 9052cbd..d6ca58e 100644 --- a/bootloader/mrobe500.c +++ b/bootloader/mrobe500.c @@ -45,6 +45,7 @@ #include "tsc2100.h" #include "time.h" #include "system-arm.h" +#include "version.h" void main(void) { @@ -83,7 +84,7 @@ void main(void) verbose = true; printf("Rockbox boot loader"); - printf("Version %s", APPSVERSION); + printf("Version " RBVERSION); /* Enter USB mode without USB thread */ if(usb_detect() == USB_INSERTED) |