Skip to content

Commit 097a831

Browse files
committed
Use DSS C-API 0.10.7-1. Includes a fix to energy meter reports.
1 parent 52d6816 commit 097a831

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

+DSS_MATLAB/version.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
function result = version
2-
result = '0.10.7';
2+
result = '0.10.7-1';
33
end

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: generic
22

33
env:
44
global:
5-
- DSS_CAPI_VERSION=0.10.7
6-
- DSS_MATLAB_VERSION=0.10.7
5+
- DSS_CAPI_VERSION=0.10.7-1
6+
- DSS_MATLAB_VERSION=0.10.7-1
77

88
matrix:
99
include:

0 commit comments

Comments
 (0)