]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ggml : bump version to 0.9.9 (#1449) v0.9.9
authorGeorgi Gerganov <redacted>
Mon, 30 Mar 2026 15:34:29 +0000 (18:34 +0300)
committerGitHub <redacted>
Mon, 30 Mar 2026 15:34:29 +0000 (18:34 +0300)
CMakeLists.txt

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