]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ggml : bump version to 0.9.6 (ggml/1423)
authorGeorgi Gerganov <redacted>
Sat, 7 Feb 2026 07:58:02 +0000 (09:58 +0200)
committerGeorgi Gerganov <redacted>
Sun, 8 Feb 2026 07:29:10 +0000 (09:29 +0200)
ggml/CMakeLists.txt

index b0b8e57898c3afcd490bf3563226e19c2d8e2bc8..590242e3f015f2045aa23e9ee80b3a2144914852 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 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)