fix release build + patch bump (#2387)

This commit is contained in:
Awni Hannun
2025-07-18 14:47:37 -07:00
committed by GitHub
parent aec67f2fa6
commit 84b4d96efa
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
#define MLX_VERSION_MAJOR 0
#define MLX_VERSION_MINOR 26
#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)