From 24a68bbcfa84cee666cb268b1992bfa70aab7ab3 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 8 Sep 2022 23:54:21 +0000 Subject: Increment revision to 0.41 draft Change-Id: I34cc007cb9efc659fe772299217b9178cead9ce0 --- include/tosa_serialization_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/tosa_serialization_handler.h') diff --git a/include/tosa_serialization_handler.h b/include/tosa_serialization_handler.h index 83d81d0..2a992b2 100644 --- a/include/tosa_serialization_handler.h +++ b/include/tosa_serialization_handler.h @@ -27,9 +27,9 @@ // Keep version number in sync with the version default value with schema/tosa.fbs #define TOSA_VERSION_MAJOR 0 -#define TOSA_VERSION_MINOR 40 +#define TOSA_VERSION_MINOR 41 #define TOSA_VERSION_PATCH 0 -#define TOSA_VERSION_DRAFT false +#define TOSA_VERSION_DRAFT true #define TENSOR_BUFFER_FORCE_ALIGNMENT 8 namespace tosa -- cgit v1.2.1