Skip to content

Commit b6ae75a

Browse files
danbevggerganov
authored andcommitted
ggml : bump version to 0.9.3 (ggml/1353)
1 parent b6dff20 commit b6ae75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
### GGML Version
55
set(GGML_VERSION_MAJOR 0)
66
set(GGML_VERSION_MINOR 9)
7-
set(GGML_VERSION_PATCH 2)
8-
set(GGML_VERSION_DEV "-dev") # "-dev" for development, "" for releases
7+
set(GGML_VERSION_PATCH 3)
8+
set(GGML_VERSION_DEV "") # "-dev" for development, "" for releases
99
set(GGML_VERSION_BASE "${GGML_VERSION_MAJOR}.${GGML_VERSION_MINOR}.${GGML_VERSION_PATCH}")
1010

1111
find_program(GIT_EXE NAMES git git.exe NO_CMAKE_FIND_ROOT_PATH)

0 commit comments

Comments
 (0)