From 6beae5ec71718f36efbb60037f929f1b5e279208 Mon Sep 17 00:00:00 2001 From: Ralph Desir Date: Wed, 2 Sep 2015 18:45:03 -0400 Subject: Created version.h markdown. --- doc/api/mruby/version.h.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'doc') diff --git a/doc/api/mruby/version.h.md b/doc/api/mruby/version.h.md index e69de29bb..daf87077d 100644 --- a/doc/api/mruby/version.h.md +++ b/doc/api/mruby/version.h.md @@ -0,0 +1,33 @@ +#### Macros +### MRUBY_RUBY_VERSION +The version of Ruby used by mruby. +### MRUBY_RUBY_ENGINE +Ruby engine. +### MRUBY_VERSION +The mruby version. +### MRUBY_RELEASE_MAJOR +Major release version. +### MRUBY_RELEASE_MINOR +Minor release version. +### MRUBY_RELEASE_NO +Release number. +### MRUBY_RELEASE_DATE +Release date as a string. +### MRUBY_RELEASE_YEAR +Release year. +### MRUBY_RELEASE_MONTH +Release month. +### MRUBY_RELEASE_DAY +Release day. +### MRUBY_BIRTH_YEAR +The year mruby was first created. +### MRUBY_AUTHOR +Mruby's authors. +### MRB_STRINGIZE0(expr) +A passed in expression. +### MRB_STRINGIZE(expr) +Passes in an expression to MRB_STRINGIZE0. +### MRUBY_DESCRIPTION +mruby's version, and release date. +### MRUBY_COPYRIGHT +mruby's copyright information. -- cgit v1.2.3