Skip to content

Commit

Permalink
Updated version and release date of SV tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzachos committed Sep 30, 2019
1 parent e74c51a commit 7b3395c
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 @@ -46,10 +46,10 @@
public class StackVisualizer extends AbstractMarsToolAndApplication {

private static String name = "Stack Visualizer";
private static String versionID = "1.0-alpha";
private static String versionID = "1.0";
private static String version = "Version " + versionID + " (George Z. Zachos, Petros Manousis)";
private static String heading = "Visualizing Stack Modification Operations";
private static String releaseDate = "07-Aug-2019";
private static String releaseDate = "30-Sep-2019";

// We need the following definition here to initialize numberOfColumns
private final String[] colNamesWhenDataPerByte = {"Address", "+3", "+2", "+1", "+0", "Stored Reg", "Call Layout"};
Expand Down

0 comments on commit 7b3395c

Please sign in to comment.