From a2f80ddf1b8936bc3ac0a11c51b5b07075471641 Mon Sep 17 00:00:00 2001 From: "HARMEL, Bernard" Date: Mon, 4 Dec 2023 09:55:15 +0100 Subject: [PATCH] publish 5.3.4.6 --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },