We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840e760 commit 4546803Copy full SHA for 4546803
mars/tools/StackVisualizer.java
@@ -90,7 +90,7 @@ public class StackVisualizer extends AbstractMarsToolAndApplication {
90
private static String versionID = "1.5";
91
private static String version = "Version " + versionID + " (George Z. Zachos, Petros Manousis)";
92
private static String heading = "Visualizing Stack Modification Operations";
93
- private static String releaseDate = "03-Feb-2021";
+ private static String releaseDate = "06-Feb-2021";
94
95
// We need the following definition here to initialize numberOfColumns
96
/** Table column names for displaying data per byte. */
0 commit comments