[Kernel] Change the copyright date information

This commit is contained in:
Bernard Xiong 2015-01-21 14:19:01 +08:00
parent c1f47af9f1
commit b83b1ee53d
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ void rt_show_version(void)
rt_kprintf("- RT - Thread Operating System\n");
rt_kprintf(" / | \\ %d.%d.%d build %s\n",
RT_VERSION, RT_SUBVERSION, RT_REVISION, __DATE__);
rt_kprintf(" 2006 - 2013 Copyright by rt-thread team\n");
rt_kprintf(" 2006 - 2015 Copyright by rt-thread team\n");
}
RTM_EXPORT(rt_show_version);