Commit 50ef2840 authored by Tomoyuki Sahara's avatar Tomoyuki Sahara

include mruby/version.h in mruby.h

parent 26781692
......@@ -37,6 +37,7 @@ extern "C" {
#include "mrbconf.h"
#include "mruby/value.h"
#include "mruby/version.h"
typedef uint32_t mrb_code;
typedef uint32_t mrb_aspec;
......
#ifndef MRUBY_VERSION_H
#define MRUBY_VERSION_H
#define MRUBY_RUBY_VERSION "1.9"
#define MRUBY_RUBY_ENGINE "mruby"
......@@ -26,3 +29,5 @@
STRINGIZE(MRUBY_BIRTH_YEAR)"-" \
STRINGIZE(MRUBY_RELEASE_YEAR)" " \
MRUBY_AUTHOR
#endif /* MRUBY_VERSION_H */
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