diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-06-19 16:47:25 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-06-19 16:47:25 +0900 |
| commit | 4d3027b08eb0b8b17db3c70ea2029bdd5b9193c8 (patch) | |
| tree | 65e3f7b79b7131e14596074e446e88c1c798b999 /include | |
| parent | ea250d5f522ba933f30cd1218627d27e614aa801 (diff) | |
| download | mruby-4d3027b08eb0b8b17db3c70ea2029bdd5b9193c8.tar.gz mruby-4d3027b08eb0b8b17db3c70ea2029bdd5b9193c8.zip | |
Increment the version number to `1.3.0`.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/version.h b/include/mruby/version.h index 20c39ec79..1bd7f4a34 100644 --- a/include/mruby/version.h +++ b/include/mruby/version.h @@ -42,7 +42,7 @@ MRB_BEGIN_DECL /* * Minor release version number. */ -#define MRUBY_RELEASE_MINOR 2 +#define MRUBY_RELEASE_MINOR 3 /* * Tiny release version number. |
