aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-04-05 15:28:05 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-04-05 22:02:37 -0700
commit89201f4aecdfefb2cc456b4f71e9dcf63c1d93c9 (patch)
treef88c643ac2f7c73996f06edb736ba06a93fdb4fb /ports/abseil/CONTROL
parent2e354dd23357af7e0ec23798ee2448ee196a1eef (diff)
downloadvcpkg-89201f4aecdfefb2cc456b4f71e9dcf63c1d93c9.tar.gz
vcpkg-89201f4aecdfefb2cc456b4f71e9dcf63c1d93c9.zip
[abseil][aws-sdk-cpp][azure-c-shared-utility][azure-iot-sdk-c][azure-uamqp-c][azure-umqtt-c][breakpad][exiv2][gdcm2][grpc][nuklear][rocksdb][rs-core-lib][thrift][zeromq] Upgrades
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 b7ef25750..dddbdd2b2 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-04-02
+Version: 2018-04-05
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.