This commit is contained in:
Awni Hannun
2026-02-03 07:24:30 -08:00
committed by GitHub
parent adcbb91a9e
commit b9b672250e
+1 -1
View File
@@ -6,7 +6,7 @@
#define MLX_VERSION_MAJOR 0
#define MLX_VERSION_MINOR 30
#define MLX_VERSION_PATCH 5
#define MLX_VERSION_PATCH 6
#define MLX_VERSION_NUMERIC \
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)