aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-06-09 21:27:36 +0000
committerEric Kunze <eric.kunze@arm.com>2022-06-13 15:22:10 +0000
commite659640eeb35a48f16d84825b335580368ec06f1 (patch)
tree67efbf6b8a6560c9ecb2426792ec243cc54e809b /schema/tosa.fbs
parentae906de847e225cd0ae44f25bb21fc228707bc4d (diff)
downloadserialization_lib-e659640eeb35a48f16d84825b335580368ec06f1.tar.gz
Increment version to 0.25
Also insert the TOSA file identifier in the flatbuffer. Reports a warning if the identifier is not present when loading. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I1cd4a9cc78e898ba5015e29be1c65cb640dd6a00
Diffstat (limited to 'schema/tosa.fbs')
-rw-r--r--schema/tosa.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index f519d1c..b0b219f 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -282,7 +282,7 @@ table PadQuantInfo {
table Version {
_major: int32 = 0;
- _minor: int32 = 24;
+ _minor: int32 = 25;
_patch: int32 = 0;
_draft: bool = true;
}