]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ggml : bump version to 0.9.5 (ggml/1410)
authorGeorgi Gerganov <redacted>
Wed, 31 Dec 2025 16:24:07 +0000 (18:24 +0200)
committerGeorgi Gerganov <redacted>
Wed, 31 Dec 2025 16:54:43 +0000 (18:54 +0200)
ggml/CMakeLists.txt

index cb46c3210069713ed977968a92d992029548ad08..0176ca1ce93a3c78bb92d13391ab492b0f3dff88 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 4)
+set(GGML_VERSION_PATCH 5)
 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)