summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-05-14 18:21:46 +0200
committerJean Boussier <[email protected]>2025-05-14 21:01:32 +0200
commit76ec41bf3d48c6bb853fb777a252c02c20ce151e ()
tree6927f3f0af925c68cad9f8d37b24d9b003eb8065 /include
parentb00a33960310f6ce8d578258243c2a1df4d6e248 (diff)
Bump ABI_VERSION
`struct RTypedData` was changed significantly in https://.com/ruby/ruby/pull/13190 which breaks many extensions. Bumping the ABI version might save some people from needlessly investigating crashes.
-rw-r--r--include/ruby/internal/abi.h2
1 files changed, 1 insertions, 1 deletions
@@ -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 0
/* Windows does not support weak symbols so ruby_abi_version will not exist
* in the shared library. */