This commit is contained in:
Awni Hannun
2025-11-19 14:11:16 -08:00
committed by GitHub
parent ad16f41a7f
commit 7f4b7e553c

View File

@@ -3,8 +3,8 @@
#pragma once
#define MLX_VERSION_MAJOR 0
#define MLX_VERSION_MINOR 29
#define MLX_VERSION_PATCH 5
#define MLX_VERSION_MINOR 30
#define MLX_VERSION_PATCH 0
#define MLX_VERSION_NUMERIC \
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)