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:
Dave Chapman 2007-03-06 09:49:09 +00:00
parent 582d02dbdf
commit dc1fc3c51b

View file

@ -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();