From 85af9b19326076c2ed4dbf07245e4a0b719ec60c Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Fri, 12 Nov 2021 16:24:23 +0000 Subject: Bump Major Version of Delegate to account for ABI breaking changes Signed-off-by: Francis Murtagh Change-Id: I53f884d2b534b6b009c0717172d977af8b75a7e3 --- delegate/include/Version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/delegate/include/Version.hpp b/delegate/include/Version.hpp index c66bf169b5..0e84e9597f 100644 --- a/delegate/include/Version.hpp +++ b/delegate/include/Version.hpp @@ -13,8 +13,8 @@ namespace armnnDelegate #define STRINGIFY_MACRO(s) #s // ArmNN Delegate version components -#define DELEGATE_MAJOR_VERSION 24 -#define DELEGATE_MINOR_VERSION 3 +#define DELEGATE_MAJOR_VERSION 25 +#define DELEGATE_MINOR_VERSION 0 #define DELEGATE_PATCH_VERSION 0 /// DELEGATE_VERSION: "X.Y.Z" -- cgit v1.2.1