Skip to content

Commit

Permalink
More fixes based on PR check
Browse files Browse the repository at this point in the history
Ran the following based on the PR checker error message:

git add -u && git commit
git checkout 291ed0c -- versions
./vcpkg x-add-version --all
  • Loading branch information
dchengTSC committed Jul 17, 2023
1 parent 0436c53 commit 836a5ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2874,7 +2874,7 @@
},
"glib": {
"baseline": "2.76.3",
"port-version": 1
"port-version": 2
},
"glibmm": {
"baseline": "2.76.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/glib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f75635f9b099fa424c40abb77f76f060fd7592bb",
"version": "2.76.3",
"port-version": 2
},
{
"git-tree": "1d1c3788ae7982f573db3e59116dd1ca885b88a4",
"version": "2.76.3",
Expand Down

0 comments on commit 836a5ac

Please sign in to comment.