Skip to content

Commit 527ff15

Browse files
committed
ggml : bump version to 0.9.4 (ggml/1363)
1 parent e4bf87b commit 527ff15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ggml/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project("ggml" C CXX ASM)
44
### GGML Version
55
set(GGML_VERSION_MAJOR 0)
66
set(GGML_VERSION_MINOR 9)
7-
set(GGML_VERSION_PATCH 3)
7+
set(GGML_VERSION_PATCH 4)
88
set(GGML_VERSION_BASE "${GGML_VERSION_MAJOR}.${GGML_VERSION_MINOR}.${GGML_VERSION_PATCH}")
99

1010
find_program(GIT_EXE NAMES git git.exe NO_CMAKE_FIND_ROOT_PATH)

scripts/sync-ggml.last

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c69f4f6f1cb6d4d272e4353fedb4493fbb4102c2
1+
72632094336524a9c809e129e8b1c52154543a5a

0 commit comments

Comments
 (0)