FlatBuffers Version 22.11.22
diff --git a/tests/cpp17/generated_cpp17/monster_test_generated.h b/tests/cpp17/generated_cpp17/monster_test_generated.h index a8bd4c4..07f337b 100644 --- a/tests/cpp17/generated_cpp17/monster_test_generated.h +++ b/tests/cpp17/generated_cpp17/monster_test_generated.h
@@ -11,8 +11,8 @@ // Ensure the included flatbuffers.h is the same version as when this file was // generated, otherwise it may not be compatible. static_assert(FLATBUFFERS_VERSION_MAJOR == 22 && - FLATBUFFERS_VERSION_MINOR == 10 && - FLATBUFFERS_VERSION_REVISION == 26, + FLATBUFFERS_VERSION_MINOR == 11 && + FLATBUFFERS_VERSION_REVISION == 22, "Non-compatible flatbuffers version included"); namespace MyGame {
diff --git a/tests/cpp17/generated_cpp17/optional_scalars_generated.h b/tests/cpp17/generated_cpp17/optional_scalars_generated.h index 09711d3..0c04a63 100644 --- a/tests/cpp17/generated_cpp17/optional_scalars_generated.h +++ b/tests/cpp17/generated_cpp17/optional_scalars_generated.h
@@ -9,8 +9,8 @@ // Ensure the included flatbuffers.h is the same version as when this file was // generated, otherwise it may not be compatible. static_assert(FLATBUFFERS_VERSION_MAJOR == 22 && - FLATBUFFERS_VERSION_MINOR == 10 && - FLATBUFFERS_VERSION_REVISION == 26, + FLATBUFFERS_VERSION_MINOR == 11 && + FLATBUFFERS_VERSION_REVISION == 22, "Non-compatible flatbuffers version included"); namespace optional_scalars {
diff --git a/tests/cpp17/generated_cpp17/union_vector_generated.h b/tests/cpp17/generated_cpp17/union_vector_generated.h index 07d8669..dca9493 100644 --- a/tests/cpp17/generated_cpp17/union_vector_generated.h +++ b/tests/cpp17/generated_cpp17/union_vector_generated.h
@@ -9,8 +9,8 @@ // Ensure the included flatbuffers.h is the same version as when this file was // generated, otherwise it may not be compatible. static_assert(FLATBUFFERS_VERSION_MAJOR == 22 && - FLATBUFFERS_VERSION_MINOR == 10 && - FLATBUFFERS_VERSION_REVISION == 26, + FLATBUFFERS_VERSION_MINOR == 11 && + FLATBUFFERS_VERSION_REVISION == 22, "Non-compatible flatbuffers version included"); struct Attacker;