Skip to content

Commit 21d943f

Browse files
committed
Apparently no � in cmake versions.
1 parent 377f8ac commit 21d943f

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.1b1
3+
VERSION 1.14.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.14.1b1
2+
VERSION 1.14.1
33
LANGUAGES CXX
44
DESCRIPTION "Unit tests for liblsl"
55
)

0 commit comments

Comments
 (0)