From 3aebe2bd863d6e0cb82171984cd49e5ad516d0db Mon Sep 17 00:00:00 2001 From: Tai Ly Date: Wed, 24 Apr 2024 16:03:22 +0000 Subject: Update flatbuffer to v24.3.7 Signed-off-by: Tai Ly Change-Id: I9ab0e8ab4e3c37f1dd135b57661b25e18a5df5cb --- include/tosa_generated.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/tosa_generated.h b/include/tosa_generated.h index 1b5e164..c907c89 100644 --- a/include/tosa_generated.h +++ b/include/tosa_generated.h @@ -8,9 +8,9 @@ // 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 == 23 && - FLATBUFFERS_VERSION_MINOR == 5 && - FLATBUFFERS_VERSION_REVISION == 26, +static_assert(FLATBUFFERS_VERSION_MAJOR == 24 && + FLATBUFFERS_VERSION_MINOR == 3 && + FLATBUFFERS_VERSION_REVISION == 7, "Non-compatible flatbuffers version included"); namespace tosa { -- cgit v1.2.1