Merge pull request #6079 from jbampton/fix-case-of-mruby

include/mruby/version.h: change `MRuby` to `mruby`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-10-15 05:16:04 +07:00
committed by GitHub
+1 -1
View File
@@ -117,7 +117,7 @@ MRB_BEGIN_DECL
#define MRUBY_BIRTH_YEAR 2010
/*
* MRuby's authors.
* mruby's authors.
*/
#define MRUBY_AUTHOR "mruby developers"