From 6dc417089a1f73f26589b4f1e64def357b183e9c Mon Sep 17 00:00:00 2001 From: Chadwick Boulay Date: Mon, 13 Feb 2023 16:37:57 -0500 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d1631be..1db6a5e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.12) project (liblsl - VERSION 1.16.0 + VERSION 1.16.1 LANGUAGES C CXX DESCRIPTION "Labstreaminglayer C/C++ library" HOMEPAGE_URL "https://github.com/sccn/liblsl"