From 8332acfa895fb1756a3b27e0adca75b4ffeb5ca7 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Sun, 8 May 2011 02:38:38 +0100 Subject: [PATCH] fixed init.c to add the version veriable --- lk/target/htcleo/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lk/target/htcleo/init.c b/lk/target/htcleo/init.c index 16f4172..cd51524 100644 --- a/lk/target/htcleo/init.c +++ b/lk/target/htcleo/init.c @@ -153,7 +153,7 @@ void display_lk_version() char *version = "cedesmith's LK (CLK) v"; strcat(version,cLK_version); strcat(version,"\n"); - _dputs("cedesmith's LK (CLK) v1.4\n"); + _dputs(version); } struct fbcon_config* fbcon_display(void); void htcleo_fastboot_init()