Skip to content

Commit

Permalink
Updated version as of v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gzachos committed Oct 24, 2018
1 parent 035ac36 commit d05c89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mars/tools/StackVisualizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
public class StackVisualizer extends AbstractMarsToolAndApplication {

private static String name = "Stack Visualizer";
private static String versionID = "0.8";
private static String versionID = "0.9";
private static String version = "Version " + versionID + " (George Z. Zachos, Petros Manousis)";
private static String heading = "Visualizing Stack Modification Operations";
private static String releaseDate = "22-Oct-2018";
private static String releaseDate = "24-Oct-2018";

private static boolean displayDataPerByte = false;

Expand Down

0 comments on commit d05c89a

Please # to comment.