aboutsummaryrefslogtreecommitdiff
path: root/delegate/opaque/include/Version.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/opaque/include/Version.hpp')
-rw-r--r--delegate/opaque/include/Version.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/delegate/opaque/include/Version.hpp b/delegate/opaque/include/Version.hpp
index 35c5928b6a..6b32cf482f 100644
--- a/delegate/opaque/include/Version.hpp
+++ b/delegate/opaque/include/Version.hpp
@@ -5,7 +5,7 @@
#pragma once
-namespace armnnDelegate
+namespace armnnOpaqueDelegate
{
/// Macro utils
@@ -22,8 +22,8 @@ namespace armnnDelegate
/// X = Major version number
/// Y = Minor version number
/// Z = Patch version number
-#define DELEGATE_VERSION STRINGIFY_VALUE(OPAQUE_DELEGATE_MAJOR_VERSION) "." \
- STRINGIFY_VALUE(OPAQUE_DELEGATE_MINOR_VERSION) "." \
- STRINGIFY_VALUE(OPAQUE_DELEGATE_PATCH_VERSION)
+#define OPAQUE_DELEGATE_VERSION STRINGIFY_VALUE(OPAQUE_DELEGATE_MAJOR_VERSION) "." \
+ STRINGIFY_VALUE(OPAQUE_DELEGATE_MINOR_VERSION) "." \
+ STRINGIFY_VALUE(OPAQUE_DELEGATE_PATCH_VERSION)
} //namespace armnnDelegate \ No newline at end of file