]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ggml : bump version to 0.9.8 (#1442) v0.9.8
authorGeorgi Gerganov <redacted>
Mon, 16 Mar 2026 18:15:14 +0000 (20:15 +0200)
committerGitHub <redacted>
Mon, 16 Mar 2026 18:15:14 +0000 (20:15 +0200)
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)