From 5867c9afd41843c167ad7595fdc6ef155e50cb29 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 29 Oct 2021 16:53:32 -0700 Subject: Remove draft tag for 0.23 release Signed-off-by: Eric Kunze Change-Id: I928b5ebb90b148acddff4a1a6c9e05e1791196a8 --- 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 61c02db..b67c002 100644 --- a/include/tosa_serialization_handler.h +++ b/include/tosa_serialization_handler.h @@ -30,7 +30,7 @@ #define TOSA_VERSION_MAJOR 0 #define TOSA_VERSION_MINOR 23 #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