diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ea1738..69a3e93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ include(vcpkg/vcpkg_install.cmake) # in code coverage computation as they are test programs themselves. set(EXTRA_COVERAGE_EXCLUSION "\'${CMAKE_CURRENT_SOURCE_DIR}/integration/*\'") -project(bofstd VERSION 5.3.4.5) +project(bofstd VERSION 5.3.4.6) # 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 ee2e0f4..ce16259 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "bofstd", - "version": "5.3.4.5", + "version": "5.3.4.6", "description": "The onbings general purpose C++ Multiplatform library", "dependencies": [ { "name": "date" },