提交 e979b8a8 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #718 from armink/patch-1

[Kernel] Update date in the kservice.c
...@@ -533,7 +533,7 @@ void rt_show_version(void) ...@@ -533,7 +533,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 - 2016 Copyright by rt-thread team\n"); rt_kprintf(" 2006 - 2017 Copyright by rt-thread team\n");
} }
RTM_EXPORT(rt_show_version); RTM_EXPORT(rt_show_version);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册