aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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