Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[open62541pp] Update to version 0.17.0 #43344

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/open62541pp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open62541pp/open62541pp
REF "v${VERSION}"
SHA512 5479754909e659e3a4a970054e1931bc871fe637377e358783f6d7828dc7fe96f9447d9b6be5369279042e0d0e384bb1a109d11816cc0fa17d2029f5a845f342
SHA512 a4f5fc0f52a2df59962a5f9b32781970dc537369c3219ad752c369713ab936356ffe83815745b119da92ce7b36301c8daae22c342bb29daf3f51c5364b35a7d0
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/open62541pp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open62541pp",
"version": "0.16.0",
"version": "0.17.0",
"description": "C++ wrapper of the open62541 OPC UA library",
"homepage": "https://open62541pp.github.io",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6629,7 +6629,7 @@
"port-version": 0
},
"open62541pp": {
"baseline": "0.16.0",
"baseline": "0.17.0",
"port-version": 0
},
"openal-soft": {
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/open62541pp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cb4a588b3707bbb0f6e95396d0d079ccdeefdfb6",
"version": "0.17.0",
"port-version": 0
},
{
"git-tree": "4efa4696feec7eb251ae706ae6dcc986875abde0",
"version": "0.16.0",
Expand Down