Skip to content

Commit 70d8fb6

Browse files
committed
Release 21.3.0
1 parent d228cea commit 70d8fb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mx.trufflesqueak/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"graalvm_version": "21.3.0",
1919
"icon": "trufflesqueak-icon.png",
2020
"icon_tag": "21.0.0.1",
21-
"image": "TruffleSqueakImage-21.2.0.zip",
22-
"image_tag": "21.2.0",
21+
"image": "TruffleSqueakImage-21.3.0.zip",
22+
"image_tag": "21.3.0",
2323
"jdk11": "11.0.12",
2424
"jdk11_update": "5",
2525
"jdk17": "17",
@@ -29,7 +29,7 @@
2929
"test_image_tag": "21.1.0",
3030
},
3131

32-
"release": False,
32+
"release": True,
3333
"groupId": "de.hpi.swa.trufflesqueak",
3434
"url": "https://github.com/hpi-swa/trufflesqueak",
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public final class SqueakLanguageConfig {
1111
public static final String MIME_TYPE = "application/x-smalltalk";
1212
public static final String NAME = "Squeak/Smalltalk";
1313
public static final String ST_MIME_TYPE = "text/x-smalltalk";
14-
public static final String VERSION = "21.3.0-dev";
14+
public static final String VERSION = "21.3.0";
1515

1616
private SqueakLanguageConfig() {
1717
}

0 commit comments

Comments
 (0)