[前][次][番号順一覧][スレッド一覧]

ruby-changes:59488

From: Yukihiro <ko1@a...>
Date: Thu, 26 Dec 2019 10:58:27 +0900 (JST)
Subject: [ruby-changes:59488] 537a1cd5a9 (master): 2.8.0 (tentative; to be 3.0.0) development has started.

https://git.ruby-lang.org/ruby.git/commit/?id=537a1cd5a9

From 537a1cd5a97a8c5e93b64851abaab42812506f66 Mon Sep 17 00:00:00 2001
From: "Yukihiro \"Matz\" Matsumoto" <matz@r...>
Date: Thu, 26 Dec 2019 10:55:58 +0900
Subject: 2.8.0 (tentative; to be 3.0.0) development has started.


diff --git a/include/ruby/version.h b/include/ruby/version.h
index 64c5c61..25a9615 100644
--- a/include/ruby/version.h
+++ b/include/ruby/version.h
@@ -31,7 +31,7 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/version.h#L31
 
 /* 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)
 
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]