Merge pull request #1244 from RT-Thread/fix_kservice

[kservice] Update show version year info to 2018.
This commit is contained in:
Bernard Xiong 2018-03-02 09:59:25 +08:00 committed by GitHub
commit d16304c696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,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 - 2017 Copyright by rt-thread team\n");
rt_kprintf(" 2006 - 2018 Copyright by rt-thread team\n");
}
RTM_EXPORT(rt_show_version);