diff --git a/@GUI/GUI.m b/@GUI/GUI.m index 5e367d87e22fc7b68eeed204b497edb9d3617c9d..be6d4a16c37fc76a4aba398e80e51f65c6539e52 100644 --- a/@GUI/GUI.m +++ b/@GUI/GUI.m @@ -64,7 +64,7 @@ classdef GUI < handle multi_opt_out = []; prover_opt_pvs = []; prover_opt_cvc = []; - version = '0.5'; + version = '0.6'; undo_man = []; undo_opt = []; redo_opt = []; diff --git a/README.txt b/README.txt index a2e3f603a75bdd83b4ad747692418bf568828d3e..6f491bbd3887ff4ebeebb78948f617949123678b 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +1,22 @@ -Table Toolbox +Tabular Expression Toolbox Version 0.6 Installation -Unzip contents and add to folder on matlab path. +============ -See included help files for detailed documentation. +Unzip contents and add the folder on your matlab path via menu options: -All code (c) Colin Eles, McMaster Center for Software Certification, 2011. +File -> Set Path. -Contact elesc (at) mcmaster.ca \ No newline at end of file +See included help files for detailed documentation or go to + +http://www.cas.mcmaster.ca/~lawford/TET + +All code copyright: +Colin Eles, McMaster Centre for Software Certification, 2011. +Matthew Dawson, McMaster Centre for Software Certification, 2012. + +For more information about the Tabular Expression Toolbox contact: +Professor Mark Lawford +Associate Director +McMaster Centre for Software Certification +lawford (at) mcmaster.ca