From 8fcef215fdbb6f6423fc96f0af40f1f4e248fffb Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 16 Jun 2022 15:45:39 -0700 Subject: Remove the draft tag from the schema for v0.30 Preparing for v0.30 release Signed-off-by: Eric Kunze Change-Id: I5426515f7cf0f83c9f606050969c94667f2dabb9 --- include/tosa_serialization_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tosa_serialization_handler.h') diff --git a/include/tosa_serialization_handler.h b/include/tosa_serialization_handler.h index 695c530..301adb8 100644 --- a/include/tosa_serialization_handler.h +++ b/include/tosa_serialization_handler.h @@ -29,7 +29,7 @@ #define TOSA_VERSION_MAJOR 0 #define TOSA_VERSION_MINOR 30 #define TOSA_VERSION_PATCH 0 -#define TOSA_VERSION_DRAFT true +#define TOSA_VERSION_DRAFT false #define TENSOR_BUFFER_FORCE_ALIGNMENT 8 namespace tosa -- cgit v1.2.1