aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2024-03-19 13:55:49 -0700
committerEric Kunze <eric.kunze@arm.com>2024-03-19 21:03:36 +0000
commitc3badaef8d6ad2f58ac19381611984b3f0eef26a (patch)
treee158be757a8dda26b75988dbe29daed7b8b1a175
parentc53436e4933c50c7465712590778ca283e8c07c5 (diff)
downloadserialization_lib-c3badaef8d6ad2f58ac19381611984b3f0eef26a.tar.gz
Revert "Update version to 0.100.0"
This reverts commit 8137a4369acefa4c01f08db95a2b1b290e8dd70a. This commit was not meant to be included in the 0.90 branch. Change-Id: Ie6f557a9d6b7c2492eb3c9331bb42883d309434a
-rw-r--r--include/tosa_serialization_handler.h2
-rw-r--r--python/serializer/tosa_serializer.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/tosa_serialization_handler.h b/include/tosa_serialization_handler.h
index 715270b..52ada96 100644
--- a/include/tosa_serialization_handler.h
+++ b/include/tosa_serialization_handler.h
@@ -27,7 +27,7 @@
// 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_MINOR 90
#define TOSA_VERSION_PATCH 0
#define TOSA_VERSION_DRAFT true
#define TENSOR_BUFFER_FORCE_ALIGNMENT 8
diff --git a/python/serializer/tosa_serializer.py b/python/serializer/tosa_serializer.py
index c44b225..1449c0e 100644
--- a/python/serializer/tosa_serializer.py
+++ b/python/serializer/tosa_serializer.py
@@ -32,7 +32,7 @@ import tosa.Op as TosaOp
# Keep version number in sync with the version default value with schema/tosa.fbs
TOSA_VERSION_MAJOR = 0
-TOSA_VERSION_MINOR = 100
+TOSA_VERSION_MINOR = 90
TOSA_VERSION_PATCH = 0
TOSA_VERSION_DRAFT = True
TOSA_VERSION = [