update version information.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1289 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2011-02-24 02:07:49 +00:00
parent a32bda9ec7
commit ae0ea17933
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ void rt_show_version()
rt_kprintf("\n \\ | /\n");
rt_kprintf("- RT - Thread Operating System\n");
rt_kprintf(" / | \\ 0.%d.%d build %s\n", RT_VERSION, RT_SUBVERSION, __DATE__);
rt_kprintf(" 2006 - 2009 Copyright by rt-thread team\n");
rt_kprintf(" 2006 - 2011 Copyright by rt-thread team\n");
}
/* private function */