aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2021-08-06 17:10:13 +0100
committerMatthew Sloyan <matthew.sloyan@arm.com>2021-08-06 17:10:13 +0100
commit61132ac4d98f80eaf93c28f3044be02dc039014b (patch)
tree52429d3af14bdba243a45fc2b90be853fe70b14e /include
parent733b4a33019e73bb7c008f8937c71b08b59f77b0 (diff)
downloadarmnn-61132ac4d98f80eaf93c28f3044be02dc039014b.tar.gz
IVGCVSW-5922 Update minor version for all parsers.
Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: I3a3e5b017c307e374457b18712585dce210f8922
Diffstat (limited to 'include')
-rw-r--r--include/armnnOnnxParser/Version.hpp2
-rw-r--r--include/armnnTfLiteParser/Version.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/armnnOnnxParser/Version.hpp b/include/armnnOnnxParser/Version.hpp
index d6308b376a..78b4b0453d 100644
--- a/include/armnnOnnxParser/Version.hpp
+++ b/include/armnnOnnxParser/Version.hpp
@@ -14,7 +14,7 @@ namespace armnnOnnxParser
// OnnxParser version components
#define ONNX_PARSER_MAJOR_VERSION 24
-#define ONNX_PARSER_MINOR_VERSION 1
+#define ONNX_PARSER_MINOR_VERSION 2
#define ONNX_PARSER_PATCH_VERSION 0
/// ONNX_PARSER_VERSION: "X.Y.Z"
diff --git a/include/armnnTfLiteParser/Version.hpp b/include/armnnTfLiteParser/Version.hpp
index 99237f325d..c781b5809e 100644
--- a/include/armnnTfLiteParser/Version.hpp
+++ b/include/armnnTfLiteParser/Version.hpp
@@ -14,7 +14,7 @@ namespace armnnTfLiteParser
// TfLiteParser version components
#define TFLITE_PARSER_MAJOR_VERSION 24
-#define TFLITE_PARSER_MINOR_VERSION 1
+#define TFLITE_PARSER_MINOR_VERSION 2
#define TFLITE_PARSER_PATCH_VERSION 0
/// TFLITE_PARSER_VERSION: "X.Y.Z"