diff --git a/src/ui/DefaultText.java b/src/ui/DefaultText.java index eeb2d6862b50243f4b30800d165409bcf8a62377..10701e182e0b9818e34078313941f6e951e6d262 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");