summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-26 09:58:43 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-26 11:25:56 +0900
commitd8b55d11da61c9038ee4f88d585e01f486c04379 (patch)
treeee6b3e4b84d1c1f0c5ea4008f52d56589b18a752 /include
parent2a6dbf03a2630f858d918dd6fd49393632530d51 (diff)
downloadruby-d8b55d11da61c9038ee4f88d585e01f486c04379.tar.gz
Reset ABI version [ci skip]
Diffstat (limited to 'include')
-rw-r--r--include/ruby/internal/abi.h2
1 files changed, 1 insertions, 1 deletions
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. */