Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cafarm committed Jul 19, 2017
1 parent 44014c9 commit df79ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Symphony.prj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<param.summary>Data Acquisition System</param.summary>
<param.description>Symphony is a MATLAB based data acquisition system for electrophysiologists.</param.description>
<param.screenshot>${PROJECT_ROOT}\src\main\resources\screenshot.png</param.screenshot>
<param.version>2.5.3.3</param.version>
<param.version>2.5.3.4</param.version>
<param.products.name>
<item>MATLAB</item>
</param.products.name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/matlab/+symphonyui/+app/App.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
end

function v = version()
v = '2.5.3.3'; % i.e. 2.5-r3
v = '2.5.3.4'; % i.e. 2.5-r4
end

function o = owner()
Expand Down

0 comments on commit df79ce5

Please sign in to comment.