aboutsummaryrefslogtreecommitdiff
path: root/delegate/include/Version.hpp
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2022-08-16 12:17:24 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-08-29 10:12:44 +0100
commitca565c1b04b767abfc13a59146680663a3ea4008 (patch)
tree58b260768fe8cb690f740ece44fca9c415620d7f /delegate/include/Version.hpp
parent514d16b434102a4a7807548745af301baab13b6b (diff)
downloadarmnn-ca565c1b04b767abfc13a59146680663a3ea4008.tar.gz
IVGCVSW-6603 'Add a no fallback mode to the TfLite Delegate'
* Added disable-tflite-runtime-fallback option to armnn_delegate * Updated armnn_delegate version Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: I449b16404d3ffe98e6dac52a43e7c25225addd73
Diffstat (limited to 'delegate/include/Version.hpp')
-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 c14857e320..36d8fb54af 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 26
-#define DELEGATE_MINOR_VERSION 1
+#define DELEGATE_MAJOR_VERSION 27
+#define DELEGATE_MINOR_VERSION 0
#define DELEGATE_PATCH_VERSION 0
/// DELEGATE_VERSION: "X.Y.Z"