diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mruby/version.h b/include/mruby/version.h index 64664b700..b77c3a9c6 100644 --- a/include/mruby/version.h +++ b/include/mruby/version.h @@ -47,7 +47,7 @@ MRB_BEGIN_DECL /* * Tiny release version number. */ -#define MRUBY_RELEASE_TEENY 1 +#define MRUBY_RELEASE_TEENY 2 /* * The mruby version. @@ -67,12 +67,12 @@ MRB_BEGIN_DECL /* * Release month. */ -#define MRUBY_RELEASE_MONTH 6 +#define MRUBY_RELEASE_MONTH 7 /* * Release day. */ -#define MRUBY_RELEASE_DAY 4 +#define MRUBY_RELEASE_DAY 10 /* * Release date as a string. |
