Skip to content

Commit 44014c9

Browse files
committed
Preparing for release
1 parent 91b0d7b commit 44014c9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Symphony.prj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<param.summary>Data Acquisition System</param.summary>
1515
<param.description>Symphony is a MATLAB based data acquisition system for electrophysiologists.</param.description>
1616
<param.screenshot>${PROJECT_ROOT}\src\main\resources\screenshot.png</param.screenshot>
17-
<param.version>2.5.3.2</param.version>
17+
<param.version>2.5.3.3</param.version>
1818
<param.products.name>
1919
<item>MATLAB</item>
2020
</param.products.name>
@@ -379,6 +379,7 @@
379379
<file>${PROJECT_ROOT}\lib\Core Framework\HekaIOBridge.dll</file>
380380
<file>${PROJECT_ROOT}\lib\Core Framework\HekaNativeInterop.dll</file>
381381
<file>${PROJECT_ROOT}\lib\Core Framework\log4net.dll</file>
382+
<file>${PROJECT_ROOT}\lib\Core Framework\Moq.dll</file>
382383
<file>${PROJECT_ROOT}\lib\Core Framework\msvcp100.dll</file>
383384
<file>${PROJECT_ROOT}\lib\Core Framework\msvcr100.dll</file>
384385
<file>${PROJECT_ROOT}\lib\Core Framework\NationalInstruments.Common.dll</file>

src/main/matlab/+symphonyui/+app/App.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
end
1212

1313
function v = version()
14-
v = '2.5.3.2'; % i.e. 2.5-r2
14+
v = '2.5.3.3'; % i.e. 2.5-r3
1515
end
1616

1717
function o = owner()

0 commit comments

Comments
 (0)