aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Version.h
diff options
context:
space:
mode:
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)