We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb174c2 commit 9ee5524Copy full SHA for 9ee5524
CHANGELOG
@@ -1,3 +1,14 @@
1
+# Changes for liblsl 1.15.2
2
+
3
+* fix: bump artifact / soname version
4
5
+# Changes for liblsl 1.15.1
6
7
+* change: update Boost / Boost.Asio to 1.75 (Tristan Stenner)
8
+* change: replace Boost.UUID generator
9
+* fix: work around faulty MinGW code generation for thread local variables (Tristan Stenner, Tobias Herzke)
10
11
12
# Changes for liblsl 1.15
13
14
* add: thread-safe `lsl_last_error()` function, returns a description of the last error
CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.12)
project (liblsl
- VERSION 1.15.0
+ VERSION 1.15.2
LANGUAGES C CXX
DESCRIPTION "Labstreaminglayer C/C++ library"
HOMEPAGE_URL "https://github.com/sccn/liblsl"
0 commit comments