diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-02-03 11:21:48 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-03 11:21:48 -0800 |
| commit | 23971254df39acd4231437b6086a696c39bf8765 (patch) | |
| tree | 048d790e5be05ce718a1792b1224df38ca691959 /versions | |
| parent | e5806b92c2d787e458f455c4a6ddad7ab1d70956 (diff) | |
| download | vcpkg-23971254df39acd4231437b6086a696c39bf8765.tar.gz vcpkg-23971254df39acd4231437b6086a696c39bf8765.zip | |
[libpqxx] Fix build with Visual Studio 2017 (#15995)
* [libpqxx] Fix build with Visual Studio 2017
* update version record
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libpqxx.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 3bd5b395e..d62967e20 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3246,7 +3246,7 @@ }, "libpqxx": { "baseline": "7.3.1", - "port-version": 0 + "port-version": 1 }, "libprotobuf-mutator": { "baseline": "1.0", diff --git a/versions/l-/libpqxx.json b/versions/l-/libpqxx.json index f93cd52e6..38376e0dc 100644 --- a/versions/l-/libpqxx.json +++ b/versions/l-/libpqxx.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "ac2255ecfdb7a6d5b6307413f181117d005a4989", + "version-string": "7.3.1", + "port-version": 1 + }, + { "git-tree": "66295fd2998b54f3f4fd43702c0f402fef16fccd", "version-string": "7.3.1", "port-version": 0 |
