aboutsummaryrefslogtreecommitdiff
path: root/ports/tl-optional/CONTROL
diff options
context:
space:
mode:
authorSimon Brand <tartanllama@gmail.com>2019-06-26 06:09:16 +0100
committerRobert Schumacher <roschuma@microsoft.com>2019-06-25 22:09:16 -0700
commit7b540fe2084bbe1fff46cfdfcde10fadbd021189 (patch)
treebf7b91460f5083805b4b657f71def40fd3493028 /ports/tl-optional/CONTROL
parent32ee6c96ce48beffd64fea04c676ffb0d297681b (diff)
downloadvcpkg-7b540fe2084bbe1fff46cfdfcde10fadbd021189.tar.gz
vcpkg-7b540fe2084bbe1fff46cfdfcde10fadbd021189.zip
[tl] Update tl::expected and tl::optional, add tl::function_ref (#7028)
* [tl] Update tl::expected and tl::optional, add tl::function_ref * [tl-expected][tl-function-ref][tl-optional] Always prepopulate FetchContent
Diffstat (limited to 'ports/tl-optional/CONTROL')
-rw-r--r--ports/tl-optional/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/tl-optional/CONTROL b/ports/tl-optional/CONTROL
index 3be044dbe..5464d8054 100644
--- a/ports/tl-optional/CONTROL
+++ b/ports/tl-optional/CONTROL
@@ -1,3 +1,3 @@
Source: tl-optional
-Version: 0.5-1
+Version: 1.0.0-1
Description: C++11/14/17 std::optional implementation with functional-style extensions