summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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