Remove the leading "20" from the version string - it no longer makes sense with the SVN revision number
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12642 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
582d02dbdf
commit
dc1fc3c51b
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ void* main(void)
|
|||
lcd_setfont(FONT_SYSFIXED);
|
||||
|
||||
printf("Rockbox boot loader");
|
||||
printf("Version: 20%s", version);
|
||||
printf("Version: %s", version);
|
||||
printf("IPOD version: 0x%08x", IPOD_HW_REVISION);
|
||||
|
||||
i=ata_init();
|
||||
|
|
Loading…
Reference in a new issue