Skip to content

Commit c5b78e1

Browse files
committed
Update version number
1 parent 85074e3 commit c5b78e1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Symphony.prj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<param.summary>MATLAB-based electrophysiology 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.0.2.1</param.version>
17+
<param.version>2.0.1.8</param.version>
1818
<param.products.name>
1919
<item>MATLAB</item>
2020
</param.products.name>
@@ -624,6 +624,8 @@
624624
<file>${PROJECT_ROOT}\src\main\resources\docs\images\test.png</file>
625625
<file>${PROJECT_ROOT}\src\main\resources\docs\info.xml</file>
626626
<file>${PROJECT_ROOT}\src\main\resources\docs\Installation.html</file>
627+
<file>${PROJECT_ROOT}\src\main\resources\docs\Release-Instructions.html</file>
628+
<file>${PROJECT_ROOT}\src\main\resources\docs\Style-Guide.html</file>
627629
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+epochgroups\Control.m</file>
628630
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+epochgroups\Drug.m</file>
629631
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+epochgroups\Wash.m</file>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
end
88

99
function v = version()
10-
v = '2.0.2.1'; % i.e. 2.0-rc1
10+
v = '2.0.1.8'; % i.e. 2.0-b8
1111
end
1212

1313
function c = copyright()

0 commit comments

Comments
 (0)