aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-08-29 11:53:18 -0700
committerEric Kunze <eric.kunze@arm.com>2022-08-29 11:53:18 -0700
commitb2fdef201ccb6127d3e02c126ca701cb07968a64 (patch)
treeb2293be82ec2b75d568a0a8f4e98891b7e9d4ef9 /schema
parent2a3ca9398b7777caca3f28cf5e63a768d857489b (diff)
downloadserialization_lib-b2fdef201ccb6127d3e02c126ca701cb07968a64.tar.gz
Update version to 0.40 draft
In preparation for version 0.40 release Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I8c02f88bf8af7bdc6f23671bae057748f612e820
Diffstat (limited to 'schema')
-rw-r--r--schema/tosa.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index 1cf6bbf..6480648 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -276,7 +276,7 @@ table NegateAttribute {
table Version {
_major: int32 = 0;
- _minor: int32 = 31;
+ _minor: int32 = 40;
_patch: int32 = 0;
_draft: bool = true;
}