summaryrefslogtreecommitdiff
path: root/include/clblast_c.h
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2023-06-08 11:52:00 +0200
committerGard Spreemann <gspr@nonempty.org>2023-06-08 11:52:00 +0200
commit63870a2e60c1bc8bfa7e3672457b551a8e51ffaf (patch)
treefe2c0cd5f62e3fbd17e58d3903ec6bb37983f620 /include/clblast_c.h
parentd31fb141cb597aaf405674621aa25f263aa375e1 (diff)
parentb0b302889cc786907efb080c4e1beea30d2fa39f (diff)
Merge tag '1.6.0' into gspr/post-bookworm
Diffstat (limited to 'include/clblast_c.h')
-rw-r--r--include/clblast_c.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/clblast_c.h b/include/clblast_c.h
index 07f1fd0c..c779c556 100644
--- a/include/clblast_c.h
+++ b/include/clblast_c.h
@@ -34,10 +34,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
// The C interface
#ifdef __cplusplus