From 343d6a703c3a270a01102ec468b59ef2967b595e Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Wed, 29 Jun 2022 14:08:57 -0700 Subject: Bump schema version number to 0.31 draft 0.30 is released, future schema changes need a new version number. Change-Id: I812d6f2a2539b21f902990298bda570cb1166a42 --- 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 301adb8..53dcf1a 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 30 +#define TOSA_VERSION_MINOR 31 #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