Skip to content

Commit 0f6e2bb

Browse files
authored
[kservice] rt_show_version更新年份 (#5552)
1 parent 31c3214 commit 0f6e2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kservice.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ void rt_show_version(void)
613613
rt_kprintf("- RT - Thread Operating System\n");
614614
rt_kprintf(" / | \\ %d.%d.%d build %s %s\n",
615615
RT_VERSION, RT_SUBVERSION, RT_REVISION, __DATE__, __TIME__);
616-
rt_kprintf(" 2006 - 2021 Copyright by rt-thread team\n");
616+
rt_kprintf(" 2006 - 2022 Copyright by RT-Thread team\n");
617617
}
618618
RTM_EXPORT(rt_show_version);
619619

0 commit comments

Comments
 (0)