From 5ee083c71a3893cee0a3a3229eb8b58c0bd13cba Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 8 Sep 2025 17:55:24 +0200 Subject: [PATCH] Bump ABI version Followup changes in https://github.com/ruby/ruby/pull/14470 / 03c86b053197f3cd6bece1925e634c1d74d196d0 --- include/ruby/internal/abi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ruby/internal/abi.h b/include/ruby/internal/abi.h index 7ceb8c40b7..322761fc68 100644 --- a/include/ruby/internal/abi.h +++ b/include/ruby/internal/abi.h @@ -24,7 +24,7 @@ * In released versions of Ruby, this number is not defined since teeny * versions of Ruby should guarantee ABI compatibility. */ -#define RUBY_ABI_VERSION 3 +#define RUBY_ABI_VERSION 4 /* Windows does not support weak symbols so ruby_abi_version will not exist * in the shared library. */