diff options
| author | Carlos O'Ryan <coryan@google.com> | 2021-10-14 21:08:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-14 18:08:50 -0700 |
| commit | 0a1d0f84f7ce0ea3432fa6d928a2137b43861d45 (patch) | |
| tree | 3919bb75a101662dc1ea85ccfe52661b670f100c /ports/google-cloud-cpp/vcpkg.json | |
| parent | 1ea8d69f882634cf780867bf714b991906f4dc2a (diff) | |
| download | vcpkg-0a1d0f84f7ce0ea3432fa6d928a2137b43861d45.tar.gz vcpkg-0a1d0f84f7ce0ea3432fa6d928a2137b43861d45.zip | |
[google-cloud-cpp] fix backwards compatibility package files (#20723)
Diffstat (limited to 'ports/google-cloud-cpp/vcpkg.json')
| -rw-r--r-- | ports/google-cloud-cpp/vcpkg.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index 1ef1ea448..b88bfe428 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,6 +1,7 @@ { "name": "google-cloud-cpp", "version": "1.32.1", + "port-version": 1, "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", "license": "Apache-2.0", |
