Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cafarm committed Feb 16, 2017
1 parent 7fe6ee4 commit a1b7d07
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.0</param.version>
<param.version>2.5.3.1</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.0'; % i.e. 2.5-r
v = '2.5.3.1'; % i.e. 2.5-r1
end

function o = owner()
Expand Down

0 comments on commit a1b7d07

Please sign in to comment.