aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Version.hpp
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2022-03-01 13:05:30 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2022-03-02 10:50:07 +0000
commitd398e0c9dee448f42c6313e89371b4724ede0c47 (patch)
treecb121dab6da2e47e4ed883899348d6333cd61daf /include/armnn/Version.hpp
parent62fdf0c64834cd5e45d19528de08c5005044c858 (diff)
downloadarmnn-experimental/abi-tests-backend.tar.gz
IVGCVSW-6627 Add Backend interface to ABI compliance checkerexperimental/abi-tests-backend
* Test review, breaking front end interface to ensure no regressions Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Change-Id: I2b10ededc5eb2bc65aa8dd94fcf47eb886dc83b2
Diffstat (limited to 'include/armnn/Version.hpp')
-rw-r--r--include/armnn/Version.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/armnn/Version.hpp b/include/armnn/Version.hpp
index 7e172246e3..d41c4ec8af 100644
--- a/include/armnn/Version.hpp
+++ b/include/armnn/Version.hpp
@@ -10,7 +10,7 @@
#define STRINGIFY_MACRO(s) #s
// ArmNN version components
-#define ARMNN_MAJOR_VERSION 28
+#define ARMNN_MAJOR_VERSION 29
#define ARMNN_MINOR_VERSION 0
#define ARMNN_PATCH_VERSION 0