Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrediquette committed Nov 16, 2022
1 parent 04ad695 commit 6056b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PIVlab_GUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -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.60';
version = '2.61';
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;
Expand Down

0 comments on commit 6056b78

Please sign in to comment.