ruby-changes:70602
From: Yukihiro <ko1@a...>
Date: Sun, 26 Dec 2021 23:22:55 +0900 (JST)
Subject: [ruby-changes:70602] 81c248924d (master): Development of 3.1.0 started.
https://git.ruby-lang.org/ruby.git/commit/?id=81c248924d From 81c248924daf387118de5b37b16e08a937df73a3 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" <matz@r...> Date: Sat, 25 Dec 2021 23:56:01 +0900 Subject: Development of 3.1.0 started. --- include/ruby/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ruby/version.h b/include/ruby/version.h index 104f78a0c6b..f10b58f9c7a 100644 --- a/include/ruby/version.h +++ b/include/ruby/version.h @@ -67,7 +67,7 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/version.h#L67 * Minor version. As of writing this version changes annually. Greater * version doesn't mean "better"; they just mean years passed. */ -#define RUBY_API_VERSION_MINOR 1 +#define RUBY_API_VERSION_MINOR 2 /** * Teeny version. This digit is kind of reserved these days. Kept 0 for the -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/