summaryrefslogtreecommitdiff
path: root/include/ruby/version.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <matz@ruby.or.jp>2019-12-26 10:55:58 +0900
committerYukihiro "Matz" Matsumoto <matz@ruby.or.jp>2019-12-26 10:55:58 +0900
commit537a1cd5a97a8c5e93b64851abaab42812506f66 (patch)
treeec49318591ea4135132ca6142dc7de03727c4beb /include/ruby/version.h
parente1e1d9227789028891c3553586de1c22e7274fed (diff)
downloadruby-537a1cd5a97a8c5e93b64851abaab42812506f66.tar.gz
2.8.0 (tentative; to be 3.0.0) development has started.
Diffstat (limited to 'include/ruby/version.h')
-rw-r--r--include/ruby/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/version.h b/include/ruby/version.h
index 64c5c614e0..25a961566b 100644
--- a/include/ruby/version.h
+++ b/include/ruby/version.h
@@ -31,7 +31,7 @@
/* API version */
#define RUBY_API_VERSION_MAJOR 2
-#define RUBY_API_VERSION_MINOR 7
+#define RUBY_API_VERSION_MINOR 8
#define RUBY_API_VERSION_TEENY 0
#define RUBY_API_VERSION_CODE (RUBY_API_VERSION_MAJOR*10000+RUBY_API_VERSION_MINOR*100+RUBY_API_VERSION_TEENY)