summaryrefslogtreecommitdiff
path: root/include/clblast.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2020-05-12 14:43:25 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2020-05-12 14:43:25 +0200
commit396ac0278a095e76c963f0da8709698b7bf19e1f (patch)
tree9b6ea0e667a9b0e19f45a063657efa6dae1745c8 /include/clblast.h
parent0826bfe683e7cdc1c68224a923715928fc07e753 (diff)
Added CLBLAST_VERSION_MAJOR/MINOR/PATCH defines in headers to store version numbering
Diffstat (limited to 'include/clblast.h')
-rw-r--r--include/clblast.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/clblast.h b/include/clblast.h
index 7a82361c..296f3987 100644
--- a/include/clblast.h
+++ b/include/clblast.h
@@ -39,6 +39,11 @@
#define PUBLIC_API
#endif
+// Version numbering (v1.5.1)
+#define CLBLAST_VERSION_MAJOR 1
+#define CLBLAST_VERSION_MINOR 5
+#define CLBLAST_VERSION_PATCH 1
+
namespace clblast {
// =================================================================================================