]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ggml : bump version to 0.9.7 (#1425) upstream/0.9.7 v0.9.7
authorGeorgi Gerganov <redacted>
Sun, 15 Feb 2026 20:21:04 +0000 (22:21 +0200)
committerGitHub <redacted>
Sun, 15 Feb 2026 20:21:04 +0000 (22:21 +0200)
CMakeLists.txt

index aa0ecde02a75f738725a9f91cc9d5da3249f88c5..4323afe57b557bb03501752e7141832678764591 100644 (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 6)
+set(GGML_VERSION_PATCH 7)
 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)