aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Version.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Version.hpp')
-rw-r--r--include/armnn/Version.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/armnn/Version.hpp b/include/armnn/Version.hpp
new file mode 100644
index 0000000000..6ce8256faa
--- /dev/null
+++ b/include/armnn/Version.hpp
@@ -0,0 +1,12 @@
+//
+// Copyright © 2017 Arm Ltd. All rights reserved.
+// See LICENSE file in the project root for full license information.
+//
+#pragma once
+
+// YYYYMMPP
+// where:
+// YYYY = 4-digit year number
+// MM = 2-digit month number
+// PP = 2-digit patch number
+#define ARMNN_VERSION "20180200"