From d8b55d11da61c9038ee4f88d585e01f486c04379 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 26 Dec 2022 09:58:43 +0900 Subject: [PATCH] Reset ABI version [ci skip] --- 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 d67aa0d509..b5ce9dc289 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 0 /* Windows does not support weak symbols so ruby_abi_version will not exist * in the shared library. */