aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-06-13 14:36:38 -0700
committerEric Kunze <eric.kunze@arm.com>2022-06-13 14:37:01 -0700
commit9a293aa4be98947c5d6fdb85798c6181e09b8b50 (patch)
tree0d4ba1407a9c62f436912f38ef64945e77bf562a
parente659640eeb35a48f16d84825b335580368ec06f1 (diff)
downloadserialization_lib-9a293aa4be98947c5d6fdb85798c6181e09b8b50.tar.gz
Update serializer version number
Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: Id8ada4e2f0bcd2048c8bb9d0a20909c674bb637b
-rw-r--r--include/tosa_serialization_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tosa_serialization_handler.h b/include/tosa_serialization_handler.h
index 4d894ed..33c8047 100644
--- a/include/tosa_serialization_handler.h
+++ b/include/tosa_serialization_handler.h
@@ -28,7 +28,7 @@
// Keep version number in sync with the version default value with schema/tosa.fbs
#define TOSA_VERSION_MAJOR 0
-#define TOSA_VERSION_MINOR 24
+#define TOSA_VERSION_MINOR 25
#define TOSA_VERSION_PATCH 0
#define TOSA_VERSION_DRAFT true
#define TENSOR_BUFFER_FORCE_ALIGNMENT 8