diff --git a/CMakeLists.txt b/CMakeLists.txt index 93e21ae..2d58d6f 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.6.0.1) +project(bofstd VERSION 5.7.0.1) if (EMSCRIPTEN) message("Force pthread detection for BofStd compilation under EMSCRIPTEN") diff --git a/vcpkg.json b/vcpkg.json index 800aed1..6275031 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "bofstd", - "version": "5.6.0.4", + "version": "5.7.0.1", "description": "The onbings general purpose C++ Multiplatform library", "dependencies": [ {