ggml : bump version to 0.9.6 (ggml/1423)

This commit is contained in:
Georgi Gerganov 2026-02-07 09:58:02 +02:00
parent 27b93cbd15
commit 1a8c700bfd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ project("ggml" C CXX ASM)
### GGML Version
set(GGML_VERSION_MAJOR 0)
set(GGML_VERSION_MINOR 9)
set(GGML_VERSION_PATCH 5)
set(GGML_VERSION_PATCH 6)
set(GGML_VERSION_BASE "${GGML_VERSION_MAJOR}.${GGML_VERSION_MINOR}.${GGML_VERSION_PATCH}")
find_program(GIT_EXE NAMES git git.exe NO_CMAKE_FIND_ROOT_PATH)