summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-22 23:09:07 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-22 23:09:07 +0000
commitea37d4c0729057b01c0e0b82b3bef7030379da2f (patch)
treecf666f91059de5c07928de6b4b67b636742f64f2 /apps/misc.c
parentf30a39806c54459aedafdc8c6a7d91bfed7f3036 (diff)
downloadrockbox-ea37d4c0729057b01c0e0b82b3bef7030379da2f.tar.gz
rockbox-ea37d4c0729057b01c0e0b82b3bef7030379da2f.zip
Use the svn revision number for version information too, version string is now "r<revision>-<builddate> unless there is a static version file (e.g. created by tools/release).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12090 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 15e1a7267e..09a7c2ebe6 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -815,7 +815,7 @@ int show_logo( void )
815 lcd_clear_display(); 815 lcd_clear_display();
816 lcd_double_height(true); 816 lcd_double_height(true);
817 lcd_puts(0, 0, rockbox); 817 lcd_puts(0, 0, rockbox);
818 lcd_puts(0, 1, appsversion); 818 lcd_puts_scroll(0, 1, appsversion);
819#endif 819#endif
820 820
821 return 0; 821 return 0;