aboutsummaryrefslogtreecommitdiff
path: root/ArmnnVersion.txt
diff options
context:
space:
mode:
authorGuillaume Gardet <guillaume.gardet@arm.com>2019-10-15 08:47:26 +0200
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-10-17 13:46:03 +0100
commit5ae78299f117a61c48a67c5381341501571a0b03 (patch)
treead0b4f11ee1f97e59a0f7317ba6c7801b0a64d67 /ArmnnVersion.txt
parent6598427f7dc68f2c9ef6d683e80ec4627df52d58 (diff)
downloadarmnn-5ae78299f117a61c48a67c5381341501571a0b03.tar.gz
Move version definition to its own file
* Move the ArmNN version to a separate ArmnnVersion.txt file * Updated makefiles accordingly !referencetests:206978 !android-nn-driver:2110 Signed-off-by: Guillaume Gardet <guillaume.gardet@arm.com> Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com> Change-Id: Ib1a34d38b5f4c7490108ea91d930cf5417d1ca94
Diffstat (limited to 'ArmnnVersion.txt')
-rw-r--r--ArmnnVersion.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/ArmnnVersion.txt b/ArmnnVersion.txt
new file mode 100644
index 0000000000..82f0311dc7
--- /dev/null
+++ b/ArmnnVersion.txt
@@ -0,0 +1,9 @@
+#
+# Copyright © 2019 Arm Ltd. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
+
+# ArmNN version number components
+ARMNN_MAJOR_VERSION 19
+ARMNN_MINOR_VERSION 08
+ARMNN_PATCH_VERSION 00