aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-20 20:15:27 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-20 21:47:55 -0700
commit0170cdf5abc7719e7819613dfa2263510efd45c3 (patch)
tree63c1312e2c5a7a872249b2d54bf7a1db96cb82cb /ports/abseil/CONTROL
parent9e54b3792daca1898a1b751d37fa22360721eba5 (diff)
downloadvcpkg-0170cdf5abc7719e7819613dfa2263510efd45c3.tar.gz
vcpkg-0170cdf5abc7719e7819613dfa2263510efd45c3.zip
[abseil][eastl][exiv2][nuklear][thrift][unicorn][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 011d38896..b337b7262 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-03-17
+Version: 2018-03-20
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.