diff options
| author | Yukihiro "Matz" Matsumoto <matz@ruby.or.jp> | 2025-11-07 16:41:47 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <matz@ruby.or.jp> | 2025-11-07 16:41:47 +0900 |
| commit | 6d81969b475262aba251e99b518181bdf7c5a523 (patch) | |
| tree | bde0a7e054963fbb788acddfba38022024bc66b8 /include/ruby/internal | |
| parent | aaf1f53df0317e3be1cb59b45b8b17179f918042 (diff) | |
Development of 4.0.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 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. */ |
