aboutsummaryrefslogtreecommitdiff
path: root/ports/flatbuffers/CONTROL
diff options
context:
space:
mode:
authorJasper-Bekkers <bekkers@gmail.com>2019-01-22 12:19:59 +0100
committerJasper-Bekkers <bekkers@gmail.com>2019-01-22 12:19:59 +0100
commita1747f156799985d30670507bb3dcf793c2f438b (patch)
tree6bec45247cd294af00362ae4508f08b79611050c /ports/flatbuffers/CONTROL
parentc6db2c880a064b29e0b38eda29f19510235fb4c9 (diff)
downloadvcpkg-a1747f156799985d30670507bb3dcf793c2f438b.tar.gz
vcpkg-a1747f156799985d30670507bb3dcf793c2f438b.zip
Update flatbuffers to 1.10.0
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 9dc3a871f..f9f318630 100644
--- a/ports/flatbuffers/CONTROL
+++ b/ports/flatbuffers/CONTROL
@@ -1,4 +1,4 @@
Source: flatbuffers
-Version: 1.9.0-3
+Version: 1.10.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.