aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2021-11-12 16:24:23 +0000
committerDavid Monahan <David.Monahan@arm.com>2021-11-15 09:52:20 +0000
commit85af9b19326076c2ed4dbf07245e4a0b719ec60c (patch)
treefb88346c654ccdde6c0f74cdd502818d300ad773
parentd55ebd6972c6c6719d20a988aef665f4f281cdaf (diff)
downloadarmnn-85af9b19326076c2ed4dbf07245e4a0b719ec60c.tar.gz
Bump Major Version of Delegate to account for ABI breaking changes
Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Change-Id: I53f884d2b534b6b009c0717172d977af8b75a7e3
-rw-r--r--delegate/include/Version.hpp4
1 files 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"