Skip to content

Commit f92382f

Browse files
committed
ggml : bump version to 0.15.2 (ggml/1548)
1 parent 587f602 commit f92382f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ggml/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project("ggml" C CXX ASM)
55
### GGML Version
66
set(GGML_VERSION_MAJOR 0)
77
set(GGML_VERSION_MINOR 15)
8-
set(GGML_VERSION_PATCH 1)
8+
set(GGML_VERSION_PATCH 2)
99
set(GGML_VERSION_BASE "${GGML_VERSION_MAJOR}.${GGML_VERSION_MINOR}.${GGML_VERSION_PATCH}")
1010

1111
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")

0 commit comments

Comments
 (0)