mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
change 2012 to 2013
This commit is contained in:
+2
-2
@@ -59,13 +59,13 @@ mrb_init_print(mrb_state *mrb)
|
||||
void
|
||||
mrb_show_version(mrb_state *mrb)
|
||||
{
|
||||
printf("mruby - Embeddable Ruby Copyright (c) 2010-2012 mruby developers\n");
|
||||
printf("mruby - Embeddable Ruby Copyright (c) 2010-2013 mruby developers\n");
|
||||
}
|
||||
|
||||
void
|
||||
mrb_show_copyright(mrb_state *mrb)
|
||||
{
|
||||
printf("mruby - Copyright (c) 2010-2012 mruby developers\n");
|
||||
printf("mruby - Copyright (c) 2010-2013 mruby developers\n");
|
||||
}
|
||||
#else
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user