Skip to content
Snippets Groups Projects
Commit 11735098 authored by Reinhold Bertram's avatar Reinhold Bertram
Browse files

increase version number

parent 92fb5398
Branches development
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ function varargout = version(varargin)
% report STOICAL version
v = struct('major', 0,'minor', 1,'bugfix', 0);
v = struct('major', 0,'minor', 2,'bugfix', 0);
if nargout
varargout{1}=v;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment