Skip to content

Commit

Permalink
Increased version no
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrediquette committed Oct 25, 2024
1 parent b49e861 commit b89c05c
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 @@ -37,7 +37,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 = '3.05';
version = '3.06';
gui.put('PIVver', version);
try
warning off
Expand Down

0 comments on commit b89c05c

Please sign in to comment.