From d6acf67a596c994966dc9a1b113d90b7aad6404d Mon Sep 17 00:00:00 2001
From: apvrille <ludovic.apvrille@eurecom.fr>
Date: Mon, 6 Mar 2017 17:45:25 +0100
Subject: [PATCH] New release

---
 src/ui/DefaultText.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ui/DefaultText.java b/src/ui/DefaultText.java
index eeb2d6862b..10701e182e 100755
--- a/src/ui/DefaultText.java
+++ b/src/ui/DefaultText.java
@@ -60,7 +60,7 @@ public class DefaultText  {
     }
     
     public static String getVersion() {
-        return "0.98-beta4"; /* Set new release Feb. 19th, 2016 */
+        return "0.99-beta1"; /* Set new release March. 6th, 2017 */
     }
     
     public static String getFullVersion() {
@@ -73,7 +73,7 @@ public class DefaultText  {
         sb.append("Programmers\n\tLudovic Apvrille, Daniel Knorreck, Andrea Enrici, Florian Lugou, Letitia Li - Telecom ParisTech\n");
 	sb.append("Daniela Genius - LIP6\n");
 	sb.append("Contact email: ludovic.apvrille@telecom-paristech.fr\n");
-        sb.append("\tCopyright Institut Telecom - Telecom ParisTech / Ludovic Apvrille \n\n");
+        sb.append("\tCopyright IMT - Telecom ParisTech / Ludovic Apvrille \n\n");
         sb.append("Online documentation\n\tLudovic Apvrille - Telecom ParisTech - ludovic.apvrille@telecom-paristech.fr\n\n\n");
         sb.append("For more information regarding TTool, and the UML/SysML profiles supportd by TTool:\n");
         sb.append("TTool's website: http://ttool.telecom-paristech.fr/\n\n");
-- 
GitLab