Skip to content

Commit

Permalink
update bcos-cpp-sdk to release-3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ywy2090 committed Dec 30, 2024
1 parent 9ce633d commit 42ff483
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if (NOT DEFINED CMAKE_TOOLCHAIN_FILE)
endif ()

# project name
project(bcos-c-sdk VERSION "3.7.0")
project(bcos-c-sdk VERSION "3.7.1")

# Debug, Release, RelWithDebInfo, MinSizeRel
if (NOT CMAKE_BUILD_TYPE)
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"kind": "git",
"repository": "https://github.com/FISCO-BCOS/registry",
"baseline": "65ff70452098d1f8457446f2a7dcbf5c71e76848",
"baseline": "7dc717ec2a7e7f0e6dba9bf5e9350c81f5c84415",
"packages": [
"openssl",
"hsm-crypto",
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
{
"name": "fisco-bcos-cpp-sdk",
"version": "3.7.0"
"version": "3.7.2"
},
{
"name": "wedprcrypto",
Expand Down

0 comments on commit 42ff483

Please sign in to comment.