File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 types : ['created']
1313
1414env :
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
1818defaults :
1919 run :
Original file line number Diff line number Diff 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
1111SET (CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR} /cmake" ${CMAKE_MODULE_PATH} )
Original file line number Diff line number Diff 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
99option (LABRECORDER_XDFZ "use Boost.Iostreams for XDFZ support" Off )
1010option (LABRECORDER_BOOST_TYPE_CONVERSIONS "Use boost for type conversions" Off )
You can’t perform that action at this time.
0 commit comments