summaryrefslogtreecommitdiffhomepage
path: root/src/version.c
AgeCommit message (Collapse)Author
2016-05-09fix MRUBY_VERSION valuecremno
RUBY_ENGINE_VERSION and MRUBY_VERSION should refer to the same string.
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2015-11-17add RUBY_ENGINE_VERSIONcremno
RUBY_ENGINE_VERSION is equivalent to MRUBY_VERSION. It would be a standard way to get the interpreter version (without a case expression). It's also already defined by CRuby 2.3, JRuby 9000, Opal, and Rubinius.
2015-09-01Add a global const variable MRUBY_RELEASE_NOJun Hiroe
2014-02-13remove direct inclusion of mruby/version.h from version.c; #1698Yukihiro "Matz" Matsumoto
2014-02-11add RUBY_ENGINE; ref #576Yukihiro "Matz" Matsumoto
2014-02-07forgot to add new filesYukihiro "Matz" Matsumoto
2012-05-18revise version descriptionYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-24mv variable.h to mruby/variable.hYukihiro Matsumoto
2012-04-23add file headermimaki
2012-04-20add mruby sourcesmimaki