1
0
Эх сурвалжийг харах

update version information.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1289 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 14 жил өмнө
parent
commit
ae0ea17933
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/kservice.c

+ 1 - 1
src/kservice.c

@@ -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 */