summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <matz@ruby.or.jp>2020-12-25 17:09:16 +0900
committerYukihiro "Matz" Matsumoto <matz@ruby.or.jp>2020-12-25 17:09:16 +0900
commitc591ab11ce3b74a364c4c4b2003626033daf0757 (patch)
treede618741e2dbcafeb9cba9750808b05b48a2feaa /include/ruby
parentcaae14d90b3ae75f97913cd5420bd236a4eeb0f8 (diff)
Development of 3.1.0 started.
Diffstat (limited to 'include/ruby')
-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 924bfa8f91..d25008fad9 100644
--- a/include/ruby/version.h
+++ b/include/ruby/version.h
@@ -28,7 +28,7 @@
/* API version */
#define RUBY_API_VERSION_MAJOR 3
-#define RUBY_API_VERSION_MINOR 0
+#define RUBY_API_VERSION_MINOR 1
#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)