Skip to content

Commit d1f9f5c

Browse files
fix: use correct libBIO version while rewrite takes place, use version 1.2.5 instead of 1.2.4
1 parent b4aa042 commit d1f9f5c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.26)
2-
project(LCE VERSION 1.2.4)
2+
project(LCE VERSION 1.2.5)
33

4-
set(VERSION_SUFFIX "-dev.3") # used for non-stable versions
4+
set(VERSION_SUFFIX "-dev.4") # used for non-stable versions
55
set(CMAKE_CXX_STANDARD 17)
66

77
message(STATUS "${CMAKE_SYSTEM_PROCESSOR}")
@@ -10,7 +10,7 @@ include(FetchContent)
1010
FetchContent_Declare(
1111
BIO
1212
GIT_REPOSITORY https://github.com/DexrnZacAttack/libBIO.git
13-
GIT_TAG main
13+
GIT_TAG 2.0.8
1414
)
1515
FetchContent_MakeAvailable(BIO)
1616

0 commit comments

Comments
 (0)