From ca239f330102e3b963fead01e2a43f835f6c1f4f Mon Sep 17 00:00:00 2001 From: Helge <47348963+HJZollner@users.noreply.github.com> Date: Mon, 5 Apr 2021 16:56:35 -0400 Subject: [PATCH] Hotfix version number -Fixes version comparison for v1.0.1 . The integrated version comparison was not properly update, therefore the GUI did not show the content of an already processed MRS container. --- job/OspreyJob.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job/OspreyJob.m b/job/OspreyJob.m index 490822ea..2f979fbe 100755 --- a/job/OspreyJob.m +++ b/job/OspreyJob.m @@ -378,7 +378,7 @@ %%% 7. SET FLAGS AND VERSION %%% MRSCont.flags.didLoadJob = 1; MRSCont.loadedJob = jobFile; -MRSCont.ver.Osp = 'Osprey 1.0.0'; +MRSCont.ver.Osp = 'Osprey 1.0.1'; %%% 8. CHECK IF OUTPUT STRUCTURE ALREADY EXISTS IN OUTPUT FOLDER %%%