From 21c62fb670b1646c5051a46d29081523cd782f11 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 31 Aug 2020 16:38:13 +0900 Subject: Version number bumped to 3.0.0 from 2.8.0 (tentative). We have decided to go forward to 3.0 this year. --- include/ruby/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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) -- cgit v1.2.3