aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-07-31 17:03:35 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-08-03 00:09:21 -0700
commitc3d34e7d8e0c61da77e622ecbe887497c97d5d46 (patch)
tree828faa453811fb45b0e51cf0a27409a60d587ce7 /ports/abseil/CONTROL
parent1f64d24a8159c6731a45fbd1f60e3b79ae44d4cb (diff)
downloadvcpkg-c3d34e7d8e0c61da77e622ecbe887497c97d5d46.tar.gz
vcpkg-c3d34e7d8e0c61da77e622ecbe887497c97d5d46.zip
Upgrades 2018.06.31
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 216298628..4f8b132a9 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-07-08
+Version: 2018-07-30
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.