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

ruby-changes:71466

From: nagachika <ko1@a...>
Date: Mon, 21 Mar 2022 16:47:20 +0900 (JST)
Subject: [ruby-changes:71466] 1ea12cf590 (ruby_3_0): update common.mk dependency to follow up the previous commit.

https://git.ruby-lang.org/ruby.git/commit/?id=1ea12cf590

From 1ea12cf590603dbc800314c98099eca9eeca1128 Mon Sep 17 00:00:00 2001
From: nagachika <nagachika@r...>
Date: Mon, 21 Mar 2022 16:46:58 +0900
Subject: update common.mk dependency to follow up the previous commit.

---
 common.mk | 1 +
 version.h | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/common.mk b/common.mk
index 461b32be27..2c76f24924 100644
--- a/common.mk
+++ b/common.mk
@@ -2454,6 +2454,7 @@ class.$(OBJEXT): {$(VPATH)}config.h https://github.com/ruby/ruby/blob/trunk/common.mk#L2454
 class.$(OBJEXT): {$(VPATH)}constant.h
 class.$(OBJEXT): {$(VPATH)}defines.h
 class.$(OBJEXT): {$(VPATH)}encoding.h
+class.$(OBJEXT): {$(VPATH)}gc.h
 class.$(OBJEXT): {$(VPATH)}id.h
 class.$(OBJEXT): {$(VPATH)}id_table.h
 class.$(OBJEXT): {$(VPATH)}intern.h
diff --git a/version.h b/version.h
index ae0c48ec08..20bf547212 100644
--- a/version.h
+++ b/version.h
@@ -12,7 +12,7 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L12
 # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
 #define RUBY_VERSION_TEENY 4
 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 199
+#define RUBY_PATCHLEVEL 200
 
 #define RUBY_RELEASE_YEAR 2022
 #define RUBY_RELEASE_MONTH 3
-- 
cgit v1.2.1


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

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