Skip to content

Commit 4546803

Browse files
committed
Updated release date of v1.5
1 parent 840e760 commit 4546803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mars/tools/StackVisualizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class StackVisualizer extends AbstractMarsToolAndApplication {
9090
private static String versionID = "1.5";
9191
private static String version = "Version " + versionID + " (George Z. Zachos, Petros Manousis)";
9292
private static String heading = "Visualizing Stack Modification Operations";
93-
private static String releaseDate = "03-Feb-2021";
93+
private static String releaseDate = "06-Feb-2021";
9494

9595
// We need the following definition here to initialize numberOfColumns
9696
/** Table column names for displaying data per byte. */

0 commit comments

Comments
 (0)