From e2b939e66af1e1cf50331b068e7e6255b587d53f Mon Sep 17 00:00:00 2001 From: Jens Engel Date: Tue, 18 May 2021 17:15:44 +0200 Subject: [PATCH] updated release version insimulation header --- @Simulation/Simulation.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/@Simulation/Simulation.m b/@Simulation/Simulation.m index bc5dcd9..254c0bb 100644 --- a/@Simulation/Simulation.m +++ b/@Simulation/Simulation.m @@ -813,8 +813,8 @@ function debugDisp(this, message) methods (Static) function printHeader() - version = '1.0'; - releaseDate = '2021-01-31'; + version = '1.0.2'; + releaseDate = '2021-05-18'; message = [ "-------------------------------------------------------------"; "PARODIS - Pareto Optimal MPC for Distributed Systems"; @@ -838,4 +838,4 @@ function printHeader() end end -end \ No newline at end of file +end