From 0529a6f38f8695c491d2086cb2fc18b42b9111a2 Mon Sep 17 00:00:00 2001 From: Shrediquette <42935970+Shrediquette@users.noreply.github.com> Date: Mon, 25 Oct 2021 08:46:59 +0200 Subject: [PATCH] Updated version number --- PIVlab_GUI.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIVlab_GUI.m b/PIVlab_GUI.m index 5d9f5a6..d22ba56 100644 --- a/PIVlab_GUI.m +++ b/PIVlab_GUI.m @@ -24,7 +24,7 @@ function PIVlab_GUI(desired_num_cores) handles = guihandles; %alle handles mit tag laden und ansprechbar machen guidata(MainWindow,handles) setappdata(0,'hgui',MainWindow); - version = '2.54'; + version = '2.55'; 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;