summaryrefslogtreecommitdiff
path: root/include/ruby/internal
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <matz@ruby.or.jp>2025-11-07 16:41:47 +0900
committerYukihiro "Matz" Matsumoto <matz@ruby.or.jp>2025-11-07 16:41:47 +0900
commit6d81969b475262aba251e99b518181bdf7c5a523 (patch)
treebde0a7e054963fbb788acddfba38022024bc66b8 /include/ruby/internal
parentaaf1f53df0317e3be1cb59b45b8b17179f918042 (diff)
Development of 4.0.0 started.
Diffstat (limited to 'include/ruby/internal')
-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 322761fc68..e735a67564 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 4
+#define RUBY_ABI_VERSION 0
/* Windows does not support weak symbols so ruby_abi_version will not exist
* in the shared library. */