From 98eeadc93298b2f178d400d99f3921e3663369b6 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 25 Dec 2023 18:13:40 +0900 Subject: [PATCH] Development of 3.4.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 08c0aadb07..e9113177de 100644 --- a/include/ruby/version.h +++ b/include/ruby/version.h @@ -67,7 +67,7 @@ * 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 3 +#define RUBY_API_VERSION_MINOR 4 /** * Teeny version. This digit is kind of reserved these days. Kept 0 for the