aboutsummaryrefslogtreecommitdiff
path: root/delegate
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-11-15 14:23:19 +0000
committerNikhil Raj <nikhil.raj@arm.com>2023-11-15 15:20:17 +0000
commitd7e3b75ed641406e44dd2b256ad7b0fad931dc1f (patch)
tree482dd26ddc0a6855c9128632876894abdf861614 /delegate
parent080d45d73c03830cb80b223fd64c546e84d8337a (diff)
downloadarmnn-d7e3b75ed641406e44dd2b256ad7b0fad931dc1f.tar.gz
IVGCVSW-7936 Update ArmNN minor version and opaque delegate version
* Opaque delegate was broken by https://review.mlplatform.org/c/ml/armnn/+/10493/ * Updated ArmNN minor version in pyarmnn Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I9eb3a2901c9383b95079b092e05373680781b1ab
Diffstat (limited to 'delegate')
-rw-r--r--delegate/opaque/include/Version.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/opaque/include/Version.hpp b/delegate/opaque/include/Version.hpp
index 6b32cf482f..c28799efc9 100644
--- a/delegate/opaque/include/Version.hpp
+++ b/delegate/opaque/include/Version.hpp
@@ -13,7 +13,7 @@ namespace armnnOpaqueDelegate
#define STRINGIFY_MACRO(s) #s
// ArmNN Delegate version components
-#define OPAQUE_DELEGATE_MAJOR_VERSION 1
+#define OPAQUE_DELEGATE_MAJOR_VERSION 2
#define OPAQUE_DELEGATE_MINOR_VERSION 0
#define OPAQUE_DELEGATE_PATCH_VERSION 0