aboutsummaryrefslogtreecommitdiff
path: root/delegate
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2021-11-12 16:24:23 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2021-11-12 16:24:23 +0000
commit207b0f78bcfe6be0113647c70ff705c9d64c7ccd (patch)
treeea8fdc7827ee721caa743ba64e1a0c9347b70974 /delegate
parent818f56a50164d5cd8420f195a570693500885eda (diff)
downloadarmnn-207b0f78bcfe6be0113647c70ff705c9d64c7ccd.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
Diffstat (limited to 'delegate')
-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"