We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deee214 commit aec67f2Copy full SHA for aec67f2
mlx/version.h
@@ -4,7 +4,7 @@
4
5
#define MLX_VERSION_MAJOR 0
6
#define MLX_VERSION_MINOR 26
7
-#define MLX_VERSION_PATCH 3
+#define MLX_VERSION_PATCH 4
8
#define MLX_VERSION_NUMERIC \
9
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)
10
0 commit comments