Skip to content

Commit 7906018

Browse files
committed
Bump version to 1.13.1
1 parent 74ff0b6 commit 7906018

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.13.0
3+
VERSION 1.13.1
44
LANGUAGES C CXX
55
DESCRIPTION "Labstreaminglayer C/C++ library"
66
HOMEPAGE_URL "https://github.com/sccn/liblsl"

testing/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project(lsltests
2-
VERSION 1.13.0
2+
VERSION 1.13.1
33
LANGUAGES CXX
44
DESCRIPTION "Unit tests for liblsl"
55
)

0 commit comments

Comments
 (0)