diff options
| author | Robert Isaacs <risaacs99@gmail.com> | 2018-10-25 14:06:54 -0400 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-25 11:06:54 -0700 |
| commit | f21d4f17e401376f2962543d07d4d81e056f02d8 (patch) | |
| tree | 8140976527965951fbe499785686727545cd6d16 /ports/libpq/CONTROL | |
| parent | 7f6b4fed7e02615567ca98c601f9820bbb2ab055 (diff) | |
| download | vcpkg-f21d4f17e401376f2962543d07d4d81e056f02d8.tar.gz vcpkg-f21d4f17e401376f2962543d07d4d81e056f02d8.zip | |
Include libpq-events header file (#4559)
* Include libpq-events header file
Missing the libpq events header file. This file is needed to use the asynchronous libpq interfaces.
* [libpq] Bump control version
Diffstat (limited to 'ports/libpq/CONTROL')
| -rw-r--r-- | ports/libpq/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL index 225d886de..2755a2831 100644 --- a/ports/libpq/CONTROL +++ b/ports/libpq/CONTROL @@ -1,4 +1,4 @@ Source: libpq -Version: 9.6.1-4 +Version: 9.6.1-5 Description: The official database access API of postgresql Build-Depends: openssl, zlib (linux) |
