From 36ced1df313cf80edc91efe41facb1ab3a81b220 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 25 Apr 2024 04:23:50 +0000 Subject: Update main branch version to 1.1.0 draft Signed-off-by: Eric Kunze Change-Id: I9d1fcfb6fd70548b8c1dce8ea768b631bf87eb39 --- include/tosa_serialization_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/tosa_serialization_handler.h b/include/tosa_serialization_handler.h index 91b1a9d..139a476 100644 --- a/include/tosa_serialization_handler.h +++ b/include/tosa_serialization_handler.h @@ -28,7 +28,7 @@ // Keep version number in sync with the version default value with schema/tosa.fbs #define TOSA_VERSION_MAJOR 1 -#define TOSA_VERSION_MINOR 0 +#define TOSA_VERSION_MINOR 1 #define TOSA_VERSION_PATCH 0 #define TOSA_VERSION_DRAFT true #define TENSOR_BUFFER_FORCE_ALIGNMENT 8 -- cgit v1.2.1