Skip to content

Commit 7efe657

Browse files
committed
Release 22.3.0
1 parent dcec5b1 commit 7efe657

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mx.trufflesqueak/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test_image_tag": "21.1.0",
2525
},
2626

27-
"release": False,
27+
"release": True,
2828
"groupId": "de.hpi.swa.trufflesqueak",
2929
"url": "https://github.com/hpi-swa/trufflesqueak",
3030

@@ -48,7 +48,7 @@
4848
"suites": [{
4949
"name": "truffle",
5050
"subdir": True,
51-
"version": "release/graal-vm/22.3",
51+
"version": "vm-22.3.0",
5252
"urls": [{
5353
"url": "https://github.com/oracle/graal",
5454
"kind": "git"

src/de.hpi.swa.trufflesqueak.shared/src/de/hpi/swa/trufflesqueak/shared/SqueakLanguageConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ public final class SqueakLanguageConfig {
1212
public static final String MIME_TYPE = "application/x-smalltalk";
1313
public static final String NAME = "Squeak/Smalltalk";
1414
public static final String ST_MIME_TYPE = "text/x-smalltalk";
15-
public static final String VERSION = "22.3.0-dev";
15+
public static final String VERSION = "22.3.0";
1616
public static final String WEBSITE = "https://github.com/hpi-swa/trufflesqueak";
1717

1818
public static final String[][] SUPPORTED_IMAGES = {
19-
new String[]{"TruffleSqueak image (22.2.0) (recommended)", "https://github.com/hpi-swa/trufflesqueak/releases/download/22.2.0/TruffleSqueakImage-22.2.0.zip"},
19+
new String[]{"TruffleSqueak image (22.3.0) (recommended)", "https://github.com/hpi-swa/trufflesqueak/releases/download/22.3.0/TruffleSqueakImage-22.3.0.zip"},
2020
new String[]{"TruffleSqueak test image (6.0alpha-20228b)", "https://github.com/hpi-swa/trufflesqueak/releases/download/21.1.0/TruffleSqueakTestImage-6.0alpha-20228b-64bit.zip"},
2121
new String[]{"Cuis-Smalltalk test image (6.0-5053)", "https://github.com/hpi-swa/trufflesqueak/releases/download/21.3.0/CuisTestImage-6.0-5053.zip"}};
2222

0 commit comments

Comments
 (0)