diff --git a/CMakeLists.txt b/CMakeLists.txt index f0081d9..2306ee8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,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.5.1.0) +project(bofstd VERSION 5.5.1.1) # Some naming conventions either requires lower or upper case. # And some don't like underscore. # So already prepare all those variables diff --git a/vcpkg.json b/vcpkg.json index 9fd3b5e..5e1f8f0 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "bofstd", - "version": "5.5.1.0", + "version": "5.5.1.1", "description": "The onbings general purpose C++ Multiplatform library", "dependencies": [ {