update the version information

2006 - 2013 Copyright by rt-thread team
This commit is contained in:
yiyue.fang 2013-04-10 03:58:33 +08:00
parent 483479acee
commit bdeb0e501f
1 changed files with 1 additions and 1 deletions

View File

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