mirror of
https://github.com/ggerganov/ggml
synced 2026-03-02 05:00:27 +01:00
ggml : prepare for development of 0.9.3-dev
This commit is contained in:
parent
7bffd79a4b
commit
6e3bd2dde2
@ -5,7 +5,7 @@ project("ggml" C CXX ASM)
|
||||
set(GGML_VERSION_MAJOR 0)
|
||||
set(GGML_VERSION_MINOR 9)
|
||||
set(GGML_VERSION_PATCH 3)
|
||||
set(GGML_VERSION_DEV "") # "-dev" for development, "" for releases
|
||||
set(GGML_VERSION_DEV "-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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user