Skip to content

Commit

Permalink
Bump version to 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tstenner committed Sep 6, 2021
1 parent fb174c2 commit 9ee5524
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Changes for liblsl 1.15.2

* fix: bump artifact / soname version

# Changes for liblsl 1.15.1

* change: update Boost / Boost.Asio to 1.75 (Tristan Stenner)
* change: replace Boost.UUID generator
* fix: work around faulty MinGW code generation for thread local variables (Tristan Stenner, Tobias Herzke)


# Changes for liblsl 1.15

* add: thread-safe `lsl_last_error()` function, returns a description of the last error
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9ee5524

Please sign in to comment.