This commit is contained in:
Awni Hannun
2026-01-28 10:42:55 +09:00
committed by GitHub
parent 2f324cc3b2
commit b537b3685f
+1 -1
View File
@@ -6,7 +6,7 @@
#define MLX_VERSION_MAJOR 0
#define MLX_VERSION_MINOR 30
#define MLX_VERSION_PATCH 4
#define MLX_VERSION_PATCH 5
#define MLX_VERSION_NUMERIC \
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)