aboutsummaryrefslogtreecommitdiff
path: root/ports/flatbuffers/CONTROL
diff options
context:
space:
mode:
authorwangli28 <47812810+wangli28@users.noreply.github.com>2019-06-07 02:03:08 +0000
committerPhil Christensen <philc@microsoft.com>2019-06-06 19:03:08 -0700
commit5ef8bb9abc0f6a9551ac48006fc04b9d91cc5716 (patch)
tree7c9ddc14de53296dad369cb56c3bfa4063a09b8c /ports/flatbuffers/CONTROL
parentb9cf3384c38585273319ca2111629e955f8c4097 (diff)
downloadvcpkg-5ef8bb9abc0f6a9551ac48006fc04b9d91cc5716.tar.gz
vcpkg-5ef8bb9abc0f6a9551ac48006fc04b9d91cc5716.zip
[draco, flatbuffers, forge] Update to new version (#6796)
Diffstat (limited to 'ports/flatbuffers/CONTROL')
-rw-r--r--ports/flatbuffers/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/flatbuffers/CONTROL b/ports/flatbuffers/CONTROL
index c0b505eed..8ec903b30 100644
--- a/ports/flatbuffers/CONTROL
+++ b/ports/flatbuffers/CONTROL
@@ -1,4 +1,4 @@
Source: flatbuffers
-Version: 1.10.0-1
+Version: 1.11.0
Description: Memory Efficient Serialization Library http://google.github.io/flatbuffers/
FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility.