summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-06-19 16:47:25 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2017-06-19 16:47:25 +0900
commit4d3027b08eb0b8b17db3c70ea2029bdd5b9193c8 (patch)
tree65e3f7b79b7131e14596074e446e88c1c798b999 /include
parentea250d5f522ba933f30cd1218627d27e614aa801 (diff)
downloadmruby-4d3027b08eb0b8b17db3c70ea2029bdd5b9193c8.tar.gz
mruby-4d3027b08eb0b8b17db3c70ea2029bdd5b9193c8.zip
Increment the version number to `1.3.0`.
Diffstat (limited to 'include')
-rw-r--r--include/mruby/version.h2
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.