Skip to content

Commit 5ee083c

Browse files
committed
Bump ABI version
Followup changes in ruby#14470 / 03c86b0
1 parent 41b11a3 commit 5ee083c

File tree

1 file changed

+1
-1
lines changed
  • include/ruby/internal

1 file changed

+1
-1
lines changed

include/ruby/internal/abi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* In released versions of Ruby, this number is not defined since teeny
2525
* versions of Ruby should guarantee ABI compatibility.
2626
*/
27-
#define RUBY_ABI_VERSION 3
27+
#define RUBY_ABI_VERSION 4
2828

2929
/* Windows does not support weak symbols so ruby_abi_version will not exist
3030
* in the shared library. */

0 commit comments

Comments
 (0)