aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2024-04-19 19:31:31 +0000
committerEric Kunze <eric.kunze@arm.com>2024-04-19 19:31:31 +0000
commit816f60e88eb1327c1a5a1fe60e295aad0628116c (patch)
tree606f2806495c9e71bb61cea0cc1eac25498ff9de /include
parent520b7ca51f1aa2835d45ca7266a07b4028d449d2 (diff)
downloadserialization_lib-816f60e88eb1327c1a5a1fe60e295aad0628116c.tar.gz
Change serialization version to 1.0.0 draftv1.0.0-rc0v1.00
Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: Icbc231ada16eeba38452c2c7cec8e66cf43d3c0e
Diffstat (limited to 'include')
-rw-r--r--include/tosa_serialization_handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tosa_serialization_handler.h b/include/tosa_serialization_handler.h
index 1f8310e..91b1a9d 100644
--- a/include/tosa_serialization_handler.h
+++ b/include/tosa_serialization_handler.h
@@ -27,8 +27,8 @@
#include <vector>
// Keep version number in sync with the version default value with schema/tosa.fbs
-#define TOSA_VERSION_MAJOR 0
-#define TOSA_VERSION_MINOR 100
+#define TOSA_VERSION_MAJOR 1
+#define TOSA_VERSION_MINOR 0
#define TOSA_VERSION_PATCH 0
#define TOSA_VERSION_DRAFT true
#define TENSOR_BUFFER_FORCE_ALIGNMENT 8