Skip to content

Commit

Permalink
Bump version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tstenner committed Jun 24, 2021
1 parent 349aaab commit a0fc2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.14.1
VERSION 1.15
LANGUAGES C CXX
DESCRIPTION "Labstreaminglayer C/C++ library"
HOMEPAGE_URL "https://github.com/sccn/liblsl"
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extern thread_local char last_error[512];
const int LSL_PROTOCOL_VERSION = 110;

// the library version
const int LSL_LIBRARY_VERSION = 114;
const int LSL_LIBRARY_VERSION = 115;

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

0 comments on commit a0fc2fd

Please sign in to comment.