Skip to content

Commit a3532f0

Browse files
committed
Bump ABI version
Linter warning ``` $ jt check_abi These files have changed and might have affected the ABI: lib/cext/include/ruby/internal/intern/load.h src/main/c/cext/ractor.c src/main/c/cext/truffleruby.c Check the diff of this PR, and: * if ABI has changed, then increment lib/cext/include/truffleruby/truffleruby-abi-version.h * if ABI has not changed, then increment lib/cext/ABI_check.txt ```
1 parent 25eced5 commit a3532f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cext/include/truffleruby/truffleruby-abi-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
// $RUBY_VERSION must be the same as TruffleRuby.LANGUAGE_VERSION.
2121
// $ABI_NUMBER starts at 1 and is incremented for every ABI-incompatible change.
2222

23-
#define TRUFFLERUBY_ABI_VERSION "3.3.7.3"
23+
#define TRUFFLERUBY_ABI_VERSION "3.3.7.4"
2424

2525
#endif

0 commit comments

Comments
 (0)