summaryrefslogtreecommitdiff
path: root/include/ruby/internal
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <matz@ruby.or.jp>2025-12-25 21:14:35 +0900
committerYukihiro "Matz" Matsumoto <matz@ruby.or.jp>2025-12-26 08:59:23 +0900
commit010dcf85567ee1898706a4a8e353ac915a3d8873 (patch)
tree7fc79fa9cb12ebec8c794d8111dbcfd309be93ed /include/ruby/internal
parent99e9ca1f40e7811fd4b162e6c4a7566d3d6bdf11 (diff)
Development of 4.1.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 e6d1fa7e8f..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 1
+#define RUBY_ABI_VERSION 0
/* Windows does not support weak symbols so ruby_abi_version will not exist
* in the shared library. */