]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ggml : bump version to 0.9.8 (ggml/1442)
authorGeorgi Gerganov <redacted>
Mon, 16 Mar 2026 18:15:14 +0000 (20:15 +0200)
committerGeorgi Gerganov <redacted>
Wed, 18 Mar 2026 13:18:24 +0000 (15:18 +0200)
ggml/CMakeLists.txt

index 44e58a52761f43a822165998643d02fbf83363bc..c780077acaa437bbe9b634d59f325ebb0139c58c 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 7)
+set(GGML_VERSION_PATCH 8)
 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)