From 4546803c7a0b75da39a4288a4452a1e58a8eb36e Mon Sep 17 00:00:00 2001 From: "George Z. Zachos" Date: Fri, 5 Feb 2021 18:07:27 +0200 Subject: [PATCH] Updated release date of v1.5 --- mars/tools/StackVisualizer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mars/tools/StackVisualizer.java b/mars/tools/StackVisualizer.java index 818af51..f5421e8 100644 --- a/mars/tools/StackVisualizer.java +++ b/mars/tools/StackVisualizer.java @@ -90,7 +90,7 @@ public class StackVisualizer extends AbstractMarsToolAndApplication { private static String versionID = "1.5"; private static String version = "Version " + versionID + " (George Z. Zachos, Petros Manousis)"; private static String heading = "Visualizing Stack Modification Operations"; - private static String releaseDate = "03-Feb-2021"; + private static String releaseDate = "06-Feb-2021"; // We need the following definition here to initialize numberOfColumns /** Table column names for displaying data per byte. */