aboutsummaryrefslogtreecommitdiff
path: root/ports/flatbuffers/CONTROL
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2018-12-06 16:23:29 -0800
committerPhil Christensen <philc@microsoft.com>2018-12-06 16:23:29 -0800
commit86bb2c8d1614548c48a8dc274890e8751b7ef8a5 (patch)
treedcf005b3e1622f4e22fbfadd40ba905f704256f7 /ports/flatbuffers/CONTROL
parent197fbf3b8b4bf10a53f44101648b6021d2f3cf14 (diff)
parent63c1b2628e958f8e02356411f032941c0c2f3bbb (diff)
downloadvcpkg-86bb2c8d1614548c48a8dc274890e8751b7ef8a5.tar.gz
vcpkg-86bb2c8d1614548c48a8dc274890e8751b7ef8a5.zip
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4903
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 0b90b40c2..9dc3a871f 100644
--- a/ports/flatbuffers/CONTROL
+++ b/ports/flatbuffers/CONTROL
@@ -1,4 +1,4 @@
Source: flatbuffers
-Version: 1.9.0-2
+Version: 1.9.0-3
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.