summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <matz@ruby.or.jp>2020-08-31 16:38:13 +0900
committerYukihiro "Matz" Matsumoto <matz@ruby.or.jp>2020-08-31 16:38:13 +0900
commit21c62fb670b1646c5051a46d29081523cd782f11 (patch)
treef2832d44514d686a749b6995bc16b7f59910dc90 /include
parent9b88851c8311b31edeefc81cae54032b0cd2508b (diff)
Version number bumped to 3.0.0 from 2.8.0 (tentative).
We have decided to go forward to 3.0 this year.
Diffstat (limited to 'include')
-rw-r--r--include/ruby/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/version.h b/include/ruby/version.h
index 2b5afd8cd7..924bfa8f91 100644
--- a/include/ruby/version.h
+++ b/include/ruby/version.h
@@ -27,8 +27,8 @@
#define RUBY_BIRTH_DAY 24
/* API version */
-#define RUBY_API_VERSION_MAJOR 2
-#define RUBY_API_VERSION_MINOR 8
+#define RUBY_API_VERSION_MAJOR 3
+#define RUBY_API_VERSION_MINOR 0
#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)