update the version information
2006 - 2013 Copyright by rt-thread team
This commit is contained in:
parent
483479acee
commit
bdeb0e501f
|
@ -501,7 +501,7 @@ void rt_show_version(void)
|
||||||
rt_kprintf("- RT - Thread Operating System\n");
|
rt_kprintf("- RT - Thread Operating System\n");
|
||||||
rt_kprintf(" / | \\ %d.%d.%d build %s\n",
|
rt_kprintf(" / | \\ %d.%d.%d build %s\n",
|
||||||
RT_VERSION, RT_SUBVERSION, RT_REVISION, __DATE__);
|
RT_VERSION, RT_SUBVERSION, RT_REVISION, __DATE__);
|
||||||
rt_kprintf(" 2006 - 2012 Copyright by rt-thread team\n");
|
rt_kprintf(" 2006 - 2013 Copyright by rt-thread team\n");
|
||||||
}
|
}
|
||||||
RTM_EXPORT(rt_show_version);
|
RTM_EXPORT(rt_show_version);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue