aboutsummaryrefslogtreecommitdiff
path: root/ports/flatbuffers/CONTROL
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2018-06-12 20:28:36 -0700
committerGitHub <noreply@github.com>2018-06-12 20:28:36 -0700
commit87f9f50166a8bfb99c8dc6064c8573eb2337513d (patch)
tree9e1030beb2f5fb072b165343c1a512a8d25b65f9 /ports/flatbuffers/CONTROL
parentd6837fd50db5649bd657f83c3491db0ec47c79d8 (diff)
parent7d2b0ec86ba8af930210625f3b8b7f562c266d0b (diff)
downloadvcpkg-87f9f50166a8bfb99c8dc6064c8573eb2337513d.tar.gz
vcpkg-87f9f50166a8bfb99c8dc6064c8573eb2337513d.zip
Merge pull request #3701 from shpala/pavel/upgrade_flatbuffers
Upgrade flatbuffers to the current latest release (1.9.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 508530153..c9fb8d045 100644
--- a/ports/flatbuffers/CONTROL
+++ b/ports/flatbuffers/CONTROL
@@ -1,4 +1,4 @@
Source: flatbuffers
-Version: 1.8.0-2
+Version: 1.9.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.