From 56066ead5f461c33286425bd928ff77ed03c5244 Mon Sep 17 00:00:00 2001 From: Jeffryes W Chapman Date: Tue, 7 Apr 2020 13:16:56 -0400 Subject: [PATCH] Updated version number --- Trunk/Install_TMATS.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Trunk/Install_TMATS.m b/Trunk/Install_TMATS.m index 045881a..f5ee3ae 100644 --- a/Trunk/Install_TMATS.m +++ b/Trunk/Install_TMATS.m @@ -3,8 +3,8 @@ function Install_TMATS() % TMATSver and date must remain in the listed form for the ver command to work % properly. -TMATSver = '1.2.1'; -TMATSdate = 'Mar-16-2018'; +TMATSver = '1.2.2'; +TMATSdate = 'Apr-07-2020'; error = 0; TMATSInstallmsg = 'Install T-MATS matlab toolbox? Note: Installation will add MATLAB paths and generate MEX files.';