diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2021-02-11 13:10:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 10:10:05 -0800 |
| commit | 28c588e6afa75298ec3d3703db9f05e88da2b2b4 (patch) | |
| tree | e8f82dae872695745327f722b0a8edac14dc1e4e /ports/google-cloud-cpp | |
| parent | e05bea42833f9a3323747299401a9135a83b3f73 (diff) | |
| download | vcpkg-28c588e6afa75298ec3d3703db9f05e88da2b2b4.tar.gz vcpkg-28c588e6afa75298ec3d3703db9f05e88da2b2b4.zip | |
[google-cloud-cpp] use 'version' for version numbers (#16177)
Diffstat (limited to 'ports/google-cloud-cpp')
| -rw-r--r-- | ports/google-cloud-cpp/vcpkg.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index 6757be317..33f4f70f3 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "google-cloud-cpp", - "version-string": "1.24.0", - "port-version": 1, + "version": "1.24.0", + "port-version": 2, "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", "license": "Apache-2.0", |
