aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--delegate/include/Version.hpp2
-rw-r--r--include/armnnOnnxParser/Version.hpp2
-rw-r--r--include/armnnTfLiteParser/Version.hpp2
-rw-r--r--samples/ObjectDetection/Readme.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/delegate/include/Version.hpp b/delegate/include/Version.hpp
index 99ee2ad60f..8e37c7a322 100644
--- a/delegate/include/Version.hpp
+++ b/delegate/include/Version.hpp
@@ -14,7 +14,7 @@ namespace armnnDelegate
// ArmNN Delegate version components
#define DELEGATE_MAJOR_VERSION 24
-#define DELEGATE_MINOR_VERSION 1
+#define DELEGATE_MINOR_VERSION 2
#define DELEGATE_PATCH_VERSION 0
/// DELEGATE_VERSION: "X.Y.Z"
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"
diff --git a/samples/ObjectDetection/Readme.md b/samples/ObjectDetection/Readme.md
index 025268a34f..613a8ac4e3 100644
--- a/samples/ObjectDetection/Readme.md
+++ b/samples/ObjectDetection/Readme.md
@@ -171,7 +171,7 @@ libarmnn.so
libarmnn.so.26
libarmnn.so.26.0
libarmnnTfLiteParser.so
-libarmnnTfLiteParser.so.24.1
+libarmnnTfLiteParser.so.24.2
libavcodec.so
libavcodec.so.58
libavcodec.so.58.54.100