bump RGSS_VERSION to 3.0.1
This commit is contained in:
parent
7acbb06fbd
commit
fd4f7c66d1
|
@ -114,7 +114,7 @@ static void mriBindingInit()
|
||||||
_rb_define_module_function(rb_mKernel, "msgbox", mriPrint);
|
_rb_define_module_function(rb_mKernel, "msgbox", mriPrint);
|
||||||
_rb_define_module_function(rb_mKernel, "msgbox_p", mriP);
|
_rb_define_module_function(rb_mKernel, "msgbox_p", mriP);
|
||||||
|
|
||||||
rb_define_global_const("RGSS_VERSION", rb_str_new_cstr("3.0.0"));
|
rb_define_global_const("RGSS_VERSION", rb_str_new_cstr("3.0.1"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue