FlatBuffers Version 23.5.26 (#7976)

This commit is contained in:
Derek Bailey
2023-05-26 10:33:09 -07:00
committed by GitHub
parent e0a87e36d5
commit 0100f6a577
181 changed files with 241 additions and 236 deletions

View File

@@ -701,7 +701,7 @@ class JavaGenerator : public BaseGenerator {
// Force compile time error if not using the same version runtime.
code += " public static void ValidateVersion() {";
code += " Constants.";
code += "FLATBUFFERS_23_5_9(); ";
code += "FLATBUFFERS_23_5_26(); ";
code += "}\n";
// Generate a special accessor for the table that when used as the root