Skip to content

Commit a0fc2fd

Browse files
committed
Bump version to 1.15
1 parent 349aaab commit a0fc2fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.14.1
3+
VERSION 1.15
44
LANGUAGES C CXX
55
DESCRIPTION "Labstreaminglayer C/C++ library"
66
HOMEPAGE_URL "https://github.com/sccn/liblsl"

src/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extern thread_local char last_error[512];
3838
const int LSL_PROTOCOL_VERSION = 110;
3939

4040
// the library version
41-
const int LSL_LIBRARY_VERSION = 114;
41+
const int LSL_LIBRARY_VERSION = 115;
4242

4343
namespace lsl {
4444
/// A very large time duration (> 1 year) for timeout values.

0 commit comments

Comments
 (0)