From a0fc2fde92a10f4cb5fccbc5552228b865f17379 Mon Sep 17 00:00:00 2001 From: Tristan Stenner Date: Thu, 24 Jun 2021 20:16:47 +0200 Subject: [PATCH] Bump version to 1.15 --- CMakeLists.txt | 2 +- src/common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ceeebf6c9..fe55b1668 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" diff --git a/src/common.h b/src/common.h index e66f8d757..decb7642b 100644 --- a/src/common.h +++ b/src/common.h @@ -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.