Skip to content

Commit 6bb8840

Browse files
committed
[GR-50709] Prepare 24.0
PullRequest: truffleruby/4093
2 parents 896c61f + d3ba2c1 commit 6bb8840

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.gitattributes

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Merge options
2-
3-
/CHANGELOG.md merge=union
4-
51
# Rules for GitHub's Linguist language-classification system. We're abusing the
62
# 'vendored' attribute to exclude files as a lot of this isn't really vendored,
73
# and a whole lot of actually vendored code isn't listed! What we want to do is

doc/contributor/prepare-release-branch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ So any backported changelog change can be reviewed if it is under the correct re
1212

1313
## Use the GraalVM release version as ABI version
1414

15-
Similar to https://github.com/oracle/truffleruby/commit/6ecaee25be7949f8354444723bf6a71269e048ab.
15+
In `lib/cext/include/truffleruby/truffleruby-abi-version.h`, similar to https://github.com/oracle/truffleruby/commit/0e920e6959166ea9a2d93f6130cd18ef9638806f.
1616

1717
This avoids any potential reuse of truffleuby-head gems which could otherwise have the same ABI version but with a different meaning.

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

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

13-
#define TRUFFLERUBY_ABI_VERSION "3.2.2.8"
13+
#define TRUFFLERUBY_ABI_VERSION "3.2.2.24.0.0.1"
1414

1515
#endif

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"name": "regex",
2222
"subdir": True,
23-
"version": "a43123982961881e39ebc82321639ba2119f500c",
23+
"version": "8a010c6c2d3886237cceaf12d3f9966503a0e5a6",
2424
"urls": [
2525
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2626
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -29,7 +29,7 @@
2929
{
3030
"name": "sulong",
3131
"subdir": True,
32-
"version": "a43123982961881e39ebc82321639ba2119f500c",
32+
"version": "8a010c6c2d3886237cceaf12d3f9966503a0e5a6",
3333
"urls": [
3434
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
3535
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)