aboutsummaryrefslogtreecommitdiff
path: root/ports/flatbuffers/CONTROL
diff options
context:
space:
mode:
authorFrancisco Facioni <francisco.facioni@hawkeyeinnovations.com>2018-01-10 10:29:20 +0000
committerFrancisco Facioni <francisco.facioni@hawkeyeinnovations.com>2018-01-10 10:40:12 +0000
commitb04abf9841182173a89cd8809d9a9b2b12d9fd58 (patch)
tree203c09b2eb886ca185fba64ec41891db73f86472 /ports/flatbuffers/CONTROL
parent5e12b19f6bd8e44cb46a9e0ecd947e7a66c19f80 (diff)
downloadvcpkg-b04abf9841182173a89cd8809d9a9b2b12d9fd58.tar.gz
vcpkg-b04abf9841182173a89cd8809d9a9b2b12d9fd58.zip
[flatbuffers] update to 1.8.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 5611e4945..a1efcdd39 100644
--- a/ports/flatbuffers/CONTROL
+++ b/ports/flatbuffers/CONTROL
@@ -1,4 +1,4 @@
Source: flatbuffers
-Version: 1.7.1-1
+Version: 1.8.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.