From e659640eeb35a48f16d84825b335580368ec06f1 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 9 Jun 2022 21:27:36 +0000 Subject: 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 Change-Id: I1cd4a9cc78e898ba5015e29be1c65cb640dd6a00 --- schema/tosa.fbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema/tosa.fbs') 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; } -- cgit v1.2.1