aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-03 11:33:59 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-03-03 12:57:49 -0800
commita4b917b04c8cb12933fc3710610da2cdd866c56d (patch)
treed0efacca9cefb52353009927da6f5902b67ecbd0 /ports/abseil/CONTROL
parenta084120ab45f70113b819f4cd55fbb50d7d98247 (diff)
downloadvcpkg-a4b917b04c8cb12933fc3710610da2cdd866c56d.tar.gz
vcpkg-a4b917b04c8cb12933fc3710610da2cdd866c56d.zip
[abseil][glslang][jsonnet][nuklear][rs-core-lib][stb][thrift] Updates
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 12bec5d9d..67a9364bb 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-2-23
+Version: 2018-03-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.