aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-29 11:14:48 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-29 13:17:53 -0700
commit3d87445cb0e42e67fa7321059bed0b20d171c605 (patch)
treee04a1a521744ce557ea1ce89009635efd2489901 /ports/abseil/CONTROL
parent2e4d839dc5270137f9ff4f1df03c3d60d69d633e (diff)
downloadvcpkg-3d87445cb0e42e67fa7321059bed0b20d171c605.tar.gz
vcpkg-3d87445cb0e42e67fa7321059bed0b20d171c605.zip
[abseil][aws-sdk-cpp][exiv2][rs-core-lib][tbb][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 03462a816..a07f78c76 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-03-27
+Version: 2018-03-29
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.