From fb0af917a378972669cacc6a957f5d5f36f23bea Mon Sep 17 00:00:00 2001 From: Shrediquette <42935970+Shrediquette@users.noreply.github.com> Date: Fri, 12 Aug 2022 12:01:09 +0200 Subject: [PATCH] forgot to increase version number... --- PIVlab_GUI.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIVlab_GUI.m b/PIVlab_GUI.m index a3679c0..a075055 100644 --- a/PIVlab_GUI.m +++ b/PIVlab_GUI.m @@ -24,7 +24,7 @@ function PIVlab_GUI(desired_num_cores,batch_session_file) handles = guihandles; %alle handles mit tag laden und ansprechbar machen guidata(MainWindow,handles) setappdata(0,'hgui',MainWindow); - version = '2.57'; + version = '2.58'; put('PIVver', version); v=ver('MATLAB'); %splashscreen = figure('integerhandle','off','resize','off','windowstyle','modal','numbertitle','off','MenuBar','none','DockControls','off','Name','INITIALIZING...','Toolbar','none','Units','pixels','Position',[10 10 100 100],'tag','splashscreen','visible','on','handlevisibility','off');movegui(splashscreen,'center');drawnow;