Skip to content

Commit 7504838

Browse files
committed
Bump liblsl version to 1.16.0
1 parent 8fdaa95 commit 7504838

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cppcmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
types: ['created']
1313

1414
env:
15-
LSL_RELEASE_URL: 'https://github.com/sccn/liblsl/releases/download/v1.14.1b9'
16-
LSL_RELEASE: '1.14.1'
15+
LSL_RELEASE_URL: 'https://github.com/sccn/liblsl/releases/download/v1.16.0/'
16+
LSL_RELEASE: '1.16.0'
1717

1818
defaults:
1919
run:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(LabRecorder
55
DESCRIPTION "Record and write LabStreamingLayer streams to an XDF file"
66
HOMEPAGE_URL "https://github.com/labstreaminglayer/App-LabRecorder/"
77
LANGUAGES C CXX
8-
VERSION 1.14.2)
8+
VERSION 1.16.0)
99

1010
# Needed for customized MacOSXBundleInfo.plist.in
1111
SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake" ${CMAKE_MODULE_PATH})

xdfwriter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(xdfwriter
44
DESCRIPTION "C++ library for writing XDF files"
55
HOMEPAGE_URL "https://github.com/labstreaminglayer/App-LabRecorder/"
66
LANGUAGES C CXX
7-
VERSION 1.14.1)
7+
VERSION 1.16.0)
88

99
option(LABRECORDER_XDFZ "use Boost.Iostreams for XDFZ support" Off)
1010
option(LABRECORDER_BOOST_TYPE_CONVERSIONS "Use boost for type conversions" Off)

0 commit comments

Comments
 (0)