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 /ports/libpqxx/CONTROL | |
| 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 'ports/libpqxx/CONTROL')
| -rw-r--r-- | ports/libpqxx/CONTROL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/libpqxx/CONTROL b/ports/libpqxx/CONTROL index 8d182f527..5b62fe37c 100644 --- a/ports/libpqxx/CONTROL +++ b/ports/libpqxx/CONTROL @@ -1,5 +1,6 @@ Source: libpqxx Version: 7.3.1 +Port-Version: 1 Homepage: https://github.com/jtv/libpqxx Description: The official C++ client API for PostgreSQL Build-Depends: libpq[core] |
