From 6388a097de4350cc70472921c272074190fd7c93 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Wed, 7 Dec 2022 21:59:31 +0000 Subject: Update revision to 0.51.0 draft Change-Id: I6adfd59be1799fc004c9051daa409c902bc4bd1d --- 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 d3ee7f4..4cda830 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 50 +#define TOSA_VERSION_MINOR 51 #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