Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cafarm committed Jun 2, 2016
1 parent 76e3ec5 commit 400cf49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Stage.prj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<param.summary>Visual Stimulus System</param.summary>
<param.description>Stage is a MATLAB based visual stimulus system for vision research.</param.description>
<param.screenshot>${PROJECT_ROOT}\src\main\resources\screenshot.png</param.screenshot>
<param.version>2.0.3.0</param.version>
<param.version>2.0.3.1</param.version>
<param.output>${PROJECT_ROOT}\target</param.output>
<param.products.name />
<param.products.id />
Expand Down
2 changes: 1 addition & 1 deletion apps/stage2-server
2 changes: 1 addition & 1 deletion src/main/matlab/+stage/+app/App.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
methods (Static)

function v = version()
v = '2.0.3.0'; % i.e. 2.0-r
v = '2.0.3.1'; % i.e. 2.0-r1
end

end
Expand Down

0 comments on commit 400cf49

Please sign in to comment.