aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-04-30 09:20:18 -0700
committerPhil Christensen <philc@microsoft.com>2019-04-30 09:20:18 -0700
commit516d10bb68dc5da7a58c992373b9e971d74a49fe (patch)
tree3473421e6cb6b26f3feab96aefa4af51cca6c99d /ports/abseil/CONTROL
parentfcc13318da06dbec75f46311508db6f9aaeb479e (diff)
downloadvcpkg-516d10bb68dc5da7a58c992373b9e971d74a49fe.tar.gz
vcpkg-516d10bb68dc5da7a58c992373b9e971d74a49fe.zip
[many ports] Updates 2019.04.19 (#6155)
* [many ports] Updates 2019.04.19
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 18a30ebe3..0e690daa7 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2019-03-29
+Version: 2019-04-19
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.