Skip to content

Commit e6c37a1

Browse files
committed
ggml : bump version to 0.12.0 (ggml/1494)
1 parent 560445b commit e6c37a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ggml/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ project("ggml" C CXX ASM)
44

55
### GGML Version
66
set(GGML_VERSION_MAJOR 0)
7-
set(GGML_VERSION_MINOR 11)
8-
set(GGML_VERSION_PATCH 1)
7+
set(GGML_VERSION_MINOR 12)
8+
set(GGML_VERSION_PATCH 0)
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)