summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-01-20 15:42:05 +0100
committerGard Spreemann <gspr@nonempty.org>2021-01-20 15:42:05 +0100
commitc8e17e202f2ac8ab338a1a444b6be37a97e38226 (patch)
tree9ecce4c2b90103725817782cc4412835ec95fac0 /include
parentb991afa34ae943548146e4f71bbbba8f1f4b1000 (diff)
parent70016e869881df837402def4904b2888247e02d9 (diff)
Merge tag '1.5.2' into debian/sid
Diffstat (limited to 'include')
-rw-r--r--include/clblast.h5
-rw-r--r--include/clblast_c.h5
2 files changed, 10 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 {
// =================================================================================================
diff --git a/include/clblast_c.h b/include/clblast_c.h
index 2ba6375a..7f7b1e97 100644
--- a/include/clblast_c.h
+++ b/include/clblast_c.h
@@ -34,6 +34,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
+
// The C interface
#ifdef __cplusplus
extern "C" {