Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
4 changes: 2 additions & 2 deletions ports/qvac-lib-inference-addon-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_git(
OUT_SOURCE_PATH SOURCE_PATH
URL git@github.com:tetherto/qvac-lib-inference-addon-cpp.git
REF dbbfc17aa05ba00fdae368632aeec8603bf0ffb7
)
REF 39790518c5083e935df6bbec6bf3a5eb93bccb03
)

vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion ports/qvac-lib-inference-addon-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qvac-lib-inference-addon-cpp",
"version": "0.6.3",
"version": "0.7.0",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"port-version": 0
},
"qvac-lib-inference-addon-cpp": {
"baseline": "0.6.3",
"baseline": "0.7.0",
"port-version": 0
},
"qvac-lint-cpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qvac-lib-inference-addon-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bd53efa362ef87dde5999a96d69ab44171778c8e",
"version": "0.7.0",
"port-version": 0
},
{
"git-tree": "66b38643182cac21ce258d75b752f8842ddcd23a",
"version": "0.6.3",
Expand Down