From ed396a227c13954ed6585f8e24b98a44dd33ce9d Mon Sep 17 00:00:00 2001 From: "HARMEL, Bernard" Date: Tue, 23 Jan 2024 12:27:08 +0100 Subject: [PATCH] publish 5.4.2.0 --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f4dce1..5fdd180 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,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.4.1.0) +project(bofstd VERSION 5.4.2.0) # 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 de254d0..1ff4fb6 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "bofstd", - "version": "5.4.1.0", + "version": "5.4.2.0", "description": "The onbings general purpose C++ Multiplatform library", "dependencies": [ {