Skip to content

Commit

Permalink
update version information.
Browse files Browse the repository at this point in the history
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1289 bbd45198-f89e-11dd-88c7-29a3b14d5316
  • Loading branch information
BernardXiong committed Feb 24, 2011
1 parent a32bda9 commit ae0ea17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kservice.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ae0ea17

Please sign in to comment.