aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-05-01 15:55:59 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-05-14 17:56:34 -0700
commitfcb303331e44b08eb921d644aed531463c8f7077 (patch)
tree77065edd7880ba438a6096a2546a1f0c8adac84d /ports/abseil/CONTROL
parent29d04b8b4005f5e2bfe61ccdc7a93d5c6c8a13d9 (diff)
downloadvcpkg-fcb303331e44b08eb921d644aed531463c8f7077.tar.gz
vcpkg-fcb303331e44b08eb921d644aed531463c8f7077.zip
[abseil][aws-sdk-cpp][folly][jsonnet][ms-gsl][mujs][openimageio][re2][rs-core-lib][thrift][unicorn-lib][zeromq] Upgrades
[robin-map] Initial commit
Diffstat (limited to 'ports/abseil/CONTROL')
-rw-r--r--ports/abseil/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/abseil/CONTROL b/ports/abseil/CONTROL
index 48e1dc27a..0b46aff1e 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-04-25-1
+Version: 2018-05-01-1
Description: an open-source collection designed to augment the C++ standard library.
Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.
In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.