Skip to content

Commit 4db80ea

Browse files
authored
ggml : bump version to 0.10.2 (#1474)
1 parent b2ae8ef commit 4db80ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 10)
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)