]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ggml : prepare for development of 0.9.2-dev
authorGeorgi Gerganov <redacted>
Sat, 20 Sep 2025 13:44:23 +0000 (16:44 +0300)
committerGeorgi Gerganov <redacted>
Mon, 29 Sep 2025 14:43:58 +0000 (17:43 +0300)
ggml/CMakeLists.txt

index d4f5cc5318ea315fbecf1535046aceafeaf86f2c..939504dd98bf025d337cd81a18b7e02768d53628 100644 (file)
@@ -4,8 +4,8 @@ project("ggml" C CXX ASM)
 ### GGML Version
 set(GGML_VERSION_MAJOR 0)
 set(GGML_VERSION_MINOR 9)
-set(GGML_VERSION_PATCH 1)
-set(GGML_VERSION_DEV "")  # "-dev" for development, "" for releases
+set(GGML_VERSION_PATCH 2)
+set(GGML_VERSION_DEV "-dev")  # "-dev" for development, "" for releases
 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)