diff options
| author | Yukihiro "Matz" Matsumoto <matz@ruby.or.jp> | 2025-12-25 21:14:35 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <matz@ruby.or.jp> | 2025-12-26 08:59:23 +0900 |
| commit | 010dcf85567ee1898706a4a8e353ac915a3d8873 (patch) | |
| tree | 7fc79fa9cb12ebec8c794d8111dbcfd309be93ed /include/ruby/internal | |
| parent | 99e9ca1f40e7811fd4b162e6c4a7566d3d6bdf11 (diff) | |
Development of 4.1.0 started.
Diffstat (limited to 'include/ruby/internal')
| -rw-r--r-- | include/ruby/internal/abi.h | 2 |
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. */ |
