]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ggml : bump version to 0.9.3 (ggml/1353)
authorDaniel Bevenius <redacted>
Thu, 25 Sep 2025 12:39:05 +0000 (14:39 +0200)
committerGeorgi Gerganov <redacted>
Mon, 29 Sep 2025 12:18:10 +0000 (15:18 +0300)
ggml/CMakeLists.txt

index 34faaacc1dcc317773f2214345d4476d3dd92993..315a06df2da31778865537fa14589d403f01b5a4 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 2)
-set(GGML_VERSION_DEV "-dev")  # "-dev" for development, "" for releases
+set(GGML_VERSION_PATCH 3)
+set(GGML_VERSION_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)