Skip to content

Commit

Permalink
[hazelcast-cpp-client] New version update to 4.0.1 (#16593)
Browse files Browse the repository at this point in the history
* Updated the `hazelcast-cpp-client` version to 4.0.1 since we released this new patch release.

* Updated the version for the latest commit using the command `./vcpkg x-add-version --overwrite-version hazelcast-cpp-client`.

* [hazelcast-cpp-client] Restore version 4.0.0 to the db

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
  • Loading branch information
ihsandemir and ras0219-msft committed Mar 11, 2021
1 parent d40ea29 commit f2ae282
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/hazelcast-cpp-client/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO hazelcast/hazelcast-cpp-client
REF 57ece8e82c4380472b4acff948db6a86ff0648b1 # v4.0.0 + fixes
SHA512 eb11677883f237e27562dfcd0f0e7e19ed439f8b0e13ca02942d2351b99ec54d4496cbaf8c3aaa08304b799f921641d51286bb7b7d4c6a0f1ff58cf954f3596f
REF v4.0.1
SHA512 9d6e2fe890d5dc08b2ccc2e74c736c7ce014a03f5f020ccfc21f5accbfe39285898283e01e491cab1259badf983094b97b618230cb999480372aaf018d874457
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/hazelcast-cpp-client/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hazelcast-cpp-client",
"version-semver": "4.0.0",
"version-semver": "4.0.1",
"description": "C++ client library for Hazelcast in-memory database.",
"homepage": "https://github.com/hazelcast/hazelcast-cpp-client",
"documentation": "http://hazelcast.github.io/hazelcast-cpp-client/index.html",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,7 @@
"port-version": 0
},
"hazelcast-cpp-client": {
"baseline": "4.0.0",
"baseline": "4.0.1",
"port-version": 0
},
"hdf5": {
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hazelcast-cpp-client.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1d4ad2dfd6a51e8867868bfa7a2ce80226d767c8",
"version-semver": "4.0.1",
"port-version": 0
},
{
"git-tree": "d0f516ea034e3c58e0c1621f4230445eb303a1b0",
"version-semver": "4.0.0",
Expand Down

0 comments on commit f2ae282

Please sign in to comment.