FlatBuffers Version 25.1.21

This commit is contained in:
Derek Bailey
2025-01-21 17:20:36 -08:00
parent 0d7bf7e8a7
commit df287ee6a7
184 changed files with 298 additions and 293 deletions

View File

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