diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-12-23 15:44:37 -0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-12-23 15:44:37 -0800 |
| commit | 6723668f7f2eaec5a93a1e43e510358204556e8c (patch) | |
| tree | 232f3418be7035698b9d3a9852327ddd61d65223 /ports/abseil/CONTROL | |
| parent | 2ee03bab9f864cedbae44a1c8f68de5c358f7065 (diff) | |
| download | vcpkg-6723668f7f2eaec5a93a1e43e510358204556e8c.tar.gz vcpkg-6723668f7f2eaec5a93a1e43e510358204556e8c.zip | |
[abseil] Update to the latest and fix link failure error using StrCat (#9367)
* [abseil] Update to the latest and fix link failure for StrCat with > 4 arguments
* Remove message from vcpkg_fail_port_install
* Update lnk2019-error patch
Diffstat (limited to 'ports/abseil/CONTROL')
| -rw-r--r-- | ports/abseil/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/abseil/CONTROL b/ports/abseil/CONTROL index 63d5e26f0..459eeee3f 100644 --- a/ports/abseil/CONTROL +++ b/ports/abseil/CONTROL @@ -1,5 +1,5 @@ Source: abseil
-Version: 2019-05-08-1
+Version: 2019-12-19
Homepage: https://github.com/abseil/abseil-cpp
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.
|
