change 2012 to 2013

parent 9614f134
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment