From e6563f52231c603b409638b22530d016757542c8 Mon Sep 17 00:00:00 2001 From: Kevin Cheng Date: Wed, 20 Oct 2021 12:12:02 -0700 Subject: 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 Change-Id: I0464f1018faa69b81fa93d42e51e1afd7412977a --- python/tosa_serializer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') 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 -- cgit v1.2.1