diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-06 17:11:27 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-06 17:11:27 -0800 |
| commit | 2d324592a4ac01086191c5137efe6eead3c3c65c (patch) | |
| tree | e103f9b7d7b07fef4c7f6743b2dd65b6ce85916d /ports/flatbuffers/CONTROL | |
| parent | 03037c40f79bb8ee2d4d6d9bfa46da30c221876a (diff) | |
| download | vcpkg-2d324592a4ac01086191c5137efe6eead3c3c65c.tar.gz vcpkg-2d324592a4ac01086191c5137efe6eead3c3c65c.zip | |
[flatbuffers] Fixes #2735
Diffstat (limited to 'ports/flatbuffers/CONTROL')
| -rw-r--r-- | ports/flatbuffers/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/flatbuffers/CONTROL b/ports/flatbuffers/CONTROL index b941c1188..508530153 100644 --- a/ports/flatbuffers/CONTROL +++ b/ports/flatbuffers/CONTROL @@ -1,4 +1,4 @@ Source: flatbuffers -Version: 1.8.0-1 +Version: 1.8.0-2 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. |
