Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IFHT
STOICAL
Commits
11735098
Commit
11735098
authored
Sep 26, 2016
by
Reinhold Bertram
Browse files
increase version number
parent
92fb5398
Changes
1
Hide whitespace changes
Inline
Side-by-side
+stoical/version.m
View file @
11735098
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment