Skip to content

Commit 4e98b69

Browse files
fixed port names, updated version
1 parent 32e6453 commit 4e98b69

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

trikKernel/include/trikKernel/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
namespace trikKernel {
2020

21-
QString const version = "3.0.0-rc2";
21+
QString const version = "3.0.1";
2222

2323
}

trikScriptRunner/system.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ var aliases = ["A1", "A2", "A3", "A4", "A5", "A6"
2727
, "D1", "D2", "F1"
2828
, "M1", "M2", "M3", "M4"
2929
, "B1", "B2", "B3", "B4"
30-
, "E1", "E2", "E3", "E4"];
30+
, "E1", "E2", "E3"
31+
, "C1", "C2", "C3"];
32+
3133
aliases.forEach(function(port) { this[port] = port; });
3234

3335
// String.format function implementation.

0 commit comments

Comments
 (0)