Skip to content

Commit 3580284

Browse files
committed
Updated version number
1 parent 59f1b2a commit 3580284

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Symphony.prj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<param.summary>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.3.0</param.version>
1818
<param.products.name>
1919
<item>MATLAB</item>
2020
</param.products.name>
@@ -30,7 +30,9 @@
3030
</param.platforms>
3131
<param.output>${PROJECT_ROOT}\target</param.output>
3232
<param.guid>e743f2b1-d1a0-42d2-94cf-75fb1d084943</param.guid>
33-
<unset/>
33+
<unset>
34+
35+
</unset>
3436
<fileset.main>
3537
<file>${PROJECT_ROOT}\src\main\matlab\main.m</file>
3638
</fileset.main>
@@ -805,7 +807,7 @@
805807
</fileset.resources>
806808
<fileset.package/>
807809
<build-deliverables>
808-
<file location="${PROJECT_ROOT}" name="target" optional="false">${PROJECT_ROOT}\target</file>
810+
<file location="${PROJECT_ROOT}" name="symphony-matlab2" optional="false">${PROJECT_ROOT}\target</file>
809811
</build-deliverables>
810812
<workflow/>
811813
<matlab>

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.3.0'; % i.e. 2.0-r
1111
end
1212

1313
function c = copyright()

0 commit comments

Comments
 (0)