summaryrefslogtreecommitdiff
path: root/include/clblast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clblast.h')
-rw-r--r--include/clblast.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/clblast.h b/include/clblast.h
index 99364ec6..6c7481af 100644
--- a/include/clblast.h
+++ b/include/clblast.h
@@ -39,10 +39,10 @@
#define PUBLIC_API
#endif
-// Version numbering (v1.5.3)
+// Version numbering (v1.6.0)
#define CLBLAST_VERSION_MAJOR 1
-#define CLBLAST_VERSION_MINOR 5
-#define CLBLAST_VERSION_PATCH 3
+#define CLBLAST_VERSION_MINOR 6
+#define CLBLAST_VERSION_PATCH 0
namespace clblast {
// =================================================================================================