FlatBuffers Version 25.1.24

This commit is contained in:
Derek Bailey
2025-01-24 16:34:24 -08:00
parent 9f94ceedbc
commit 0312061985
186 changed files with 253 additions and 240 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_25_1_21(); ";
code += "FLATBUFFERS_25_1_24(); ";
code += "}\n";
// Generate a special accessor for the table that when used as the root