change 2012 to 2013

This commit is contained in:
Yukihiro Matz Matsumoto
2013-01-14 02:15:26 +09:00
parent 9614f13487
commit 90cdb90e67
+2 -2
View File
@@ -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