From 61132ac4d98f80eaf93c28f3044be02dc039014b Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Fri, 6 Aug 2021 17:10:13 +0100 Subject: IVGCVSW-5922 Update minor version for all parsers. Signed-off-by: Matthew Sloyan Change-Id: I3a3e5b017c307e374457b18712585dce210f8922 --- delegate/include/Version.hpp | 2 +- include/armnnOnnxParser/Version.hpp | 2 +- include/armnnTfLiteParser/Version.hpp | 2 +- samples/ObjectDetection/Readme.md | 2 +- 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 -- cgit v1.2.1