Skip to content

Commit 9ee5524

Browse files
committed
Bump version to 1.15.2
1 parent fb174c2 commit 9ee5524

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -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+
112
# Changes for liblsl 1.15
213

314
* add: thread-safe `lsl_last_error()` function, returns a description of the last error

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required (VERSION 3.12)
22
project (liblsl
3-
VERSION 1.15.0
3+
VERSION 1.15.2
44
LANGUAGES C CXX
55
DESCRIPTION "Labstreaminglayer C/C++ library"
66
HOMEPAGE_URL "https://github.com/sccn/liblsl"

0 commit comments

Comments
 (0)