Skip to content

Commit

Permalink
Updated version nr
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrediquette committed Feb 23, 2022
1 parent 19e9fca commit 41264a8
Show file tree
Hide file tree
Showing 2 changed files 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)
handles = guihandles; %alle handles mit tag laden und ansprechbar machen
guidata(MainWindow,handles)
setappdata(0,'hgui',MainWindow);
version = '2.55';
version = '2.56';
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
Binary file modified PIVlab_settings_default.mat
Binary file not shown.

0 comments on commit 41264a8

Please sign in to comment.