Skip to content
Snippets Groups Projects
Commit 571b20f9 authored by leprob001's avatar leprob001
Browse files

Bugfix, error due to moving the getVersionString function to another namespace.

parent 93ef4bf7
No related branches found
No related tags found
No related merge requests found
178
\ No newline at end of file
179
\ No newline at end of file
......@@ -6,7 +6,7 @@ global artoaGui;
%% Update version information
artoaGui.main.textVersionInfo.String = artoa.controller.main.getVersionString();
artoaGui.main.textVersionInfo.String = artoa.versioning.getVersionString();
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment