Skip to content

Commit ccff4c2

Browse files
committed
Release 22.2.0
1 parent 3b9ffff commit ccff4c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mx.trufflesqueak/suite.py

Lines changed: 1 addition & 1 deletion
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

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.2.0-dev";
15+
public static final String VERSION = "22.2.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.1.0) (recommended)", "https://github.com/hpi-swa/trufflesqueak/releases/download/22.1.0/TruffleSqueakImage-22.1.0.zip"},
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"},
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)