aboutsummaryrefslogtreecommitdiff
path: root/ports/flatbuffers/CONTROL
diff options
context:
space:
mode:
authorCode Hz <codehz@users.noreply.github.com>2020-04-17 04:30:13 +0800
committerGitHub <noreply@github.com>2020-04-16 13:30:13 -0700
commit4ff057d5ba15ca7a8240acc2ba1f68256c9974da (patch)
tree12735ddc11e9f0e5834e5a548e73b2988f8ed058 /ports/flatbuffers/CONTROL
parent8fb29061f4a370aa10913a8a4442215adc14e924 (diff)
downloadvcpkg-4ff057d5ba15ca7a8240acc2ba1f68256c9974da.tar.gz
vcpkg-4ff057d5ba15ca7a8240acc2ba1f68256c9974da.zip
[flatbuffers] Update to 1.12.0 (#10664)
* [flatbuffers] Update to 1.12.0 * remove deprecated * Bump version * update the revision
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 3baf26b02..5433a0598 100644
--- a/ports/flatbuffers/CONTROL
+++ b/ports/flatbuffers/CONTROL
@@ -1,5 +1,5 @@
Source: flatbuffers
-Version: 1.11.0-1
+Version: 1.12.0
Description: Memory Efficient Serialization Library
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.
Homepage: https://google.github.io/flatbuffers/