未验证 提交 a8c9d569 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #2290 from armink/master

Update the version number and year info
......@@ -318,7 +318,7 @@ endmenu
config RT_VER_NUM
hex
default 0x40000
default 0x40001
help
RT-Thread version number
......
......@@ -535,7 +535,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 - 2018 Copyright by rt-thread team\n");
rt_kprintf(" 2006 - 2019 Copyright by rt-thread team\n");
}
RTM_EXPORT(rt_show_version);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册