Commit ac444387 authored by takahashim's avatar takahashim

MRUBY_VERSION should be only numbers separated by dot, like JRUBY_VERSION or Rubinius::VERSION

parent 7a32c7b1
......@@ -4,7 +4,7 @@
#define MRUBY_RUBY_VERSION "1.9"
#define MRUBY_RUBY_ENGINE "mruby"
#define MRUBY_VERSION "v1.0.0"
#define MRUBY_VERSION "1.0.0"
#define MRUBY_RELEASE_MAJOR 1
#define MRUBY_RELEASE_MINOR 0
#define MRUBY_RELEASE_TEENY 1
......
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