aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Version.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-03-26 18:47:46 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-03-27 14:28:19 +0000
commit35fcc4345b6468139a7199a48f75f70d19ea0d31 (patch)
tree3dddc99c2482b78bc8fbb236b22840bfe13eb192 /arm_compute/core/Version.h
parent396cb95774bd7627254e3befec5e34844de701c9 (diff)
downloadComputeLibrary-35fcc4345b6468139a7199a48f75f70d19ea0d31.tar.gz
COMPMID-3248: Align SONAME and version in Version.h
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: Ia8911f559f0a33ccc62e42d47825577c998c85d7 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2937 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/Version.h')
-rw-r--r--arm_compute/core/Version.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arm_compute/core/Version.h b/arm_compute/core/Version.h
index f88258f393..be3f0264bb 100644
--- a/arm_compute/core/Version.h
+++ b/arm_compute/core/Version.h
@@ -30,12 +30,6 @@
#define STRINGIFY2(s) #s
#define STRINGIFY(s) STRINGIFY2(s)
-/* Semantic versioning */
-#define ARM_COMPUTE_VERSION_MAJOR 18
-#define ARM_COMPUTE_VERSION_MINOR 0
-#define ARM_COMPUTE_VERSION_PATCH 0
-#define ARM_COMPUTE_VERSION_UNRELEASED 1
-
#define ARM_COMPUTE_VERSION_STR \
STRINGIFY(ARM_COMPUTE_VERSION_MAJOR) \
"." STRINGIFY(ARM_COMPUTE_VERSION_MINOR) "." STRINGIFY(ARM_COMPUTE_VERSION_PATCH)