From 206783169a5185a70e0ecd110f8adbf6fd01915b Mon Sep 17 00:00:00 2001 From: "HARMEL, Bernard" Date: Thu, 26 Sep 2024 09:23:01 +0200 Subject: [PATCH] 5.7.1.8 --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc58d70..56f7ad5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ include(cmake/fetch_content.cmake) # in code coverage computation as they are test programs themselves. set(EXTRA_COVERAGE_EXCLUSION "\'${CMAKE_CURRENT_SOURCE_DIR}/integration/*\'") -project(bofstd VERSION 5.8.1.7) +project(bofstd VERSION 5.8.1.8) if (EMSCRIPTEN) message("Force pthread detection for BofStd compilation under EMSCRIPTEN") diff --git a/vcpkg.json b/vcpkg.json index 3e79d72..7f436d8 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "bofstd", - "version": "5.8.1.7", + "version": "5.8.1.8", "description": "The onbings general purpose C++ Multiplatform library", "dependencies": [ {