summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2022-09-22 22:07:33 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2022-09-22 22:07:33 +0200
commit0de212a56bccbf50f3c36c8fb3bcff77707f700a (patch)
tree954e8e6d79dd304e36e969ab5953255cae62ef9c /include
parent38fa34b43243722330e2ae1caffa344745d612c8 (diff)
Update to version 1.5.3
Diffstat (limited to 'include')
-rw-r--r--include/clblast.h4
-rw-r--r--include/clblast_c.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/clblast.h b/include/clblast.h
index c11e4ab0..99364ec6 100644
--- a/include/clblast.h
+++ b/include/clblast.h
@@ -39,10 +39,10 @@
#define PUBLIC_API
#endif
-// Version numbering (v1.5.1)
+// Version numbering (v1.5.3)
#define CLBLAST_VERSION_MAJOR 1
#define CLBLAST_VERSION_MINOR 5
-#define CLBLAST_VERSION_PATCH 1
+#define CLBLAST_VERSION_PATCH 3
namespace clblast {
// =================================================================================================
diff --git a/include/clblast_c.h b/include/clblast_c.h
index 9c2820b2..07f1fd0c 100644
--- a/include/clblast_c.h
+++ b/include/clblast_c.h
@@ -34,10 +34,10 @@
#define PUBLIC_API
#endif
-// Version numbering (v1.5.1)
+// Version numbering (v1.5.3)
#define CLBLAST_VERSION_MAJOR 1
#define CLBLAST_VERSION_MINOR 5
-#define CLBLAST_VERSION_PATCH 1
+#define CLBLAST_VERSION_PATCH 3
// The C interface
#ifdef __cplusplus