aboutsummaryrefslogtreecommitdiffstats
path: root/executor/_include/flatbuffers/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'executor/_include/flatbuffers/README.md')
-rw-r--r--executor/_include/flatbuffers/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/executor/_include/flatbuffers/README.md b/executor/_include/flatbuffers/README.md
index 7f0d63ef0..fc1c52f27 100644
--- a/executor/_include/flatbuffers/README.md
+++ b/executor/_include/flatbuffers/README.md
@@ -1,9 +1,9 @@
-This was manually vendored on the version v2.0.8
+This was manually vendored on the version v23.5.26
(which matches the compiler version in the env container)
using the following commands:
```
-git clone --branch=v2.0.8 --depth=1 --single-branch https://github.com/google/flatbuffers.git
-cp flatbuffers/LICENSE.txt syzkaller/executor/_include/flatbuffers
+git clone --branch=v23.5.26 --depth=1 --single-branch https://github.com/google/flatbuffers.git
+cp flatbuffers/LICENSE syzkaller/executor/_include/flatbuffers
cp flatbuffers/include/flatbuffers/*.h syzkaller/executor/_include/flatbuffers
```