From bccc3450179402ea0cf608171833dbc4f297056f Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Fri, 18 Oct 2019 14:59:19 +0100 Subject: Github #275 Generate versionned libraries * Improved parsing of the ArmNN's version at compile time * Reading the version directly from the Version.hpp file, to make sure not to break any build made with a different build system than CMake (or Ninja) * The version macro is set in the Version.hpp just like before, so setting it from the command line is no longer necessary !android-nn-driver:2126 Signed-off-by: Guillaume Gardet Signed-off-by: Matteo Martincigh Change-Id: I0820094607734d283ded030e4ded0ae6f5889c86 --- ArmnnVersion.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 ArmnnVersion.txt (limited to 'ArmnnVersion.txt') diff --git a/ArmnnVersion.txt b/ArmnnVersion.txt deleted file mode 100644 index 82f0311dc7..0000000000 --- a/ArmnnVersion.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# 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 -- cgit v1.2.1