aboutsummaryrefslogtreecommitdiff
path: root/python/tosa_serializer.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tosa_serializer.py')
-rw-r--r--python/tosa_serializer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tosa_serializer.py b/python/tosa_serializer.py
index f0d7c63..d85494d 100644
--- a/python/tosa_serializer.py
+++ b/python/tosa_serializer.py
@@ -35,6 +35,7 @@ from tosa_ref_run import TosaReturnCode
import tosa
+# Keep version number in sync with the version default value with schema/tosa.fbs
TOSA_VERSION_MAJOR = 0
TOSA_VERSION_MINOR = 23
TOSA_VERSION_PATCH = 0