From b2fdef201ccb6127d3e02c126ca701cb07968a64 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Mon, 29 Aug 2022 11:53:18 -0700 Subject: Update version to 0.40 draft In preparation for version 0.40 release Signed-off-by: Eric Kunze Change-Id: I8c02f88bf8af7bdc6f23671bae057748f612e820 --- include/tosa_generated.h | 6 +++--- include/tosa_serialization_handler.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/tosa_generated.h b/include/tosa_generated.h index c39bfb7..edbc98e 100644 --- a/include/tosa_generated.h +++ b/include/tosa_generated.h @@ -1953,7 +1953,7 @@ struct Version FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { return GetField(VT__MAJOR, 0); } int32_t _minor() const { - return GetField(VT__MINOR, 31); + return GetField(VT__MINOR, 40); } int32_t _patch() const { return GetField(VT__PATCH, 0); @@ -1979,7 +1979,7 @@ struct VersionBuilder { fbb_.AddElement(Version::VT__MAJOR, _major, 0); } void add__minor(int32_t _minor) { - fbb_.AddElement(Version::VT__MINOR, _minor, 31); + fbb_.AddElement(Version::VT__MINOR, _minor, 40); } void add__patch(int32_t _patch) { fbb_.AddElement(Version::VT__PATCH, _patch, 0); @@ -2002,7 +2002,7 @@ struct VersionBuilder { inline flatbuffers::Offset CreateVersion( flatbuffers::FlatBufferBuilder &_fbb, int32_t _major = 0, - int32_t _minor = 31, + int32_t _minor = 40, int32_t _patch = 0, bool _draft = true) { VersionBuilder builder_(_fbb); diff --git a/include/tosa_serialization_handler.h b/include/tosa_serialization_handler.h index 53dcf1a..21d841a 100644 --- a/include/tosa_serialization_handler.h +++ b/include/tosa_serialization_handler.h @@ -27,7 +27,7 @@ // Keep version number in sync with the version default value with schema/tosa.fbs #define TOSA_VERSION_MAJOR 0 -#define TOSA_VERSION_MINOR 31 +#define TOSA_VERSION_MINOR 40 #define TOSA_VERSION_PATCH 0 #define TOSA_VERSION_DRAFT true #define TENSOR_BUFFER_FORCE_ALIGNMENT 8 -- cgit v1.2.1