aboutsummaryrefslogtreecommitdiff
path: root/delegate/classic
diff options
context:
space:
mode:
authorJohn McLoughlin <johmcl01@e129317.arm.com>2023-03-14 11:47:15 +0000
committerJohn Mcloughlin <john.mcloughlin@arm.com>2023-04-06 10:55:46 +0100
commit1bae865fecf99f25cd2d58390e0cf08467a22b4f (patch)
tree69fc59fd26e79e7176085a7febd45295b0a165c8 /delegate/classic
parent54cf011c89ed7512853ec4472a6fd52fb8f9495f (diff)
downloadarmnn-1bae865fecf99f25cd2d58390e0cf08467a22b4f.tar.gz
IVGCVSW-7197 Implement Pimpl Idiom for Delegate Options
* ABI break on the delegate interface. Bumping the version number. Signed-off-by: John Mcloughlin <john.mcloughlin@arm.com> Change-Id: I6ef3bc1ea240ef08b67bb3cb9d363a5bbbbdd906
Diffstat (limited to 'delegate/classic')
-rw-r--r--delegate/classic/include/Version.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/classic/include/Version.hpp b/delegate/classic/include/Version.hpp
index c171d77c16..37dd557c08 100644
--- a/delegate/classic/include/Version.hpp
+++ b/delegate/classic/include/Version.hpp
@@ -13,7 +13,7 @@ namespace armnnDelegate
#define STRINGIFY_MACRO(s) #s
// ArmNN Delegate version components
-#define DELEGATE_MAJOR_VERSION 28
+#define DELEGATE_MAJOR_VERSION 29
#define DELEGATE_MINOR_VERSION 0
#define DELEGATE_PATCH_VERSION 0