Skip to content

Commit

Permalink
MRUBY_VERSION should be only numbers separated by dot, like JRUBY_VER…
Browse files Browse the repository at this point in the history
…SION or Rubinius::VERSION
  • Loading branch information
takahashim committed Feb 13, 2014
1 parent 7a32c7b commit ac44438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mruby/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac44438

Please sign in to comment.