aboutsummaryrefslogtreecommitdiff
path: root/ports/flatbuffers/CONTROL
diff options
context:
space:
mode:
authorVictor Romero <romerosanchezv@gmail.com>2019-01-23 13:39:55 -0800
committerGitHub <noreply@github.com>2019-01-23 13:39:55 -0800
commit38acd9fd0224e5a5beaf2cee0d957e798d35179a (patch)
treefac33814f220fab05213b015d8cfeaf40a1211f2 /ports/flatbuffers/CONTROL
parentf7672fbf6d23423119424d6975bc1acd78e04aac (diff)
parenta1747f156799985d30670507bb3dcf793c2f438b (diff)
downloadvcpkg-38acd9fd0224e5a5beaf2cee0d957e798d35179a.tar.gz
vcpkg-38acd9fd0224e5a5beaf2cee0d957e798d35179a.zip
Merge pull request #5208 from Jasper-Bekkers/master
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.