Skip to content

Commit b5e925d

Browse files
committed
Release 21.2.0
1 parent 9564e61 commit b5e925d

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_tag": "vm-ce-21.2.0",
1919
"icon": "trufflesqueak-icon.png",
2020
"icon_tag": "21.0.0.1",
21-
"image": "TruffleSqueakImage-21.1.0.zip",
22-
"image_tag": "21.1.0",
21+
"image": "TruffleSqueakImage-21.2.0.zip",
22+
"image_tag": "21.2.0",
2323
"jdk8": "302",
2424
"jdk8_update": "06",
2525
"jdk11": "11.0.12",
@@ -31,7 +31,7 @@
3131
"test_image_tag": "21.1.0",
3232
},
3333

34-
"release": False,
34+
"release": True,
3535
"groupId": "de.hpi.swa.trufflesqueak",
3636
"url": "https://github.com/hpi-swa/trufflesqueak",
3737

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.2.0-dev";
14+
public static final String VERSION = "21.2.0";
1515

1616
private SqueakLanguageConfig() {
1717
}

0 commit comments

Comments
 (0)