aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-04-02 16:45:58 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-04-03 12:36:28 -0700
commitd1ecca1c7d225d4300ee82d6e915cbe7d6bac244 (patch)
tree6ba3d8913afe897c6b2d2eca88cabf898ec746d5 /ports/abseil/CONTROL
parent79a77a0bb761168b24ad3d1e897200f443b6287b (diff)
downloadvcpkg-d1ecca1c7d225d4300ee82d6e915cbe7d6bac244.tar.gz
vcpkg-d1ecca1c7d225d4300ee82d6e915cbe7d6bac244.zip
[abseil][aws-sdk-cpp][clara][eastl][exiv2][libuv][nuklear][openimageio][thrift] 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 a07f78c76..b7ef25750 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-03-29
+Version: 2018-04-02
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.