aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorKevin Cheng <kevin.cheng@arm.com>2021-10-20 12:12:02 -0700
committerKevin Cheng <kevin.cheng@arm.com>2021-10-26 08:27:53 -0700
commite6563f52231c603b409638b22530d016757542c8 (patch)
tree43700371a56ce6b23052924b59c4e5ab43f286ca /python
parentb97cb1d46690321235f814e5a52cb8186380bce3 (diff)
downloadserialization_lib-e6563f52231c603b409638b22530d016757542c8.tar.gz
Bring back TosaVersion struct
- check fails only when major/minor mismatches - dump warning if major/minor matches but patch/draft mismatches Signed-off-by: Kevin Cheng <kevin.cheng@arm.com> Change-Id: I0464f1018faa69b81fa93d42e51e1afd7412977a
Diffstat (limited to 'python')
-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