From 1bae865fecf99f25cd2d58390e0cf08467a22b4f Mon Sep 17 00:00:00 2001 From: John McLoughlin Date: Tue, 14 Mar 2023 11:47:15 +0000 Subject: IVGCVSW-7197 Implement Pimpl Idiom for Delegate Options * ABI break on the delegate interface. Bumping the version number. Signed-off-by: John Mcloughlin Change-Id: I6ef3bc1ea240ef08b67bb3cb9d363a5bbbbdd906 --- delegate/classic/include/Version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delegate/classic/include') 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 -- cgit v1.2.1