Skip to content

Commit

Permalink
publish 5.3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Dec 4, 2023
1 parent b62c972 commit a2f80dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down

0 comments on commit a2f80dd

Please sign in to comment.