We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8db410 commit 95e935dCopy full SHA for 95e935d
CMakeLists.txt
@@ -4,7 +4,7 @@ project("ggml" C CXX ASM)
4
### GGML Version
5
set(GGML_VERSION_MAJOR 0)
6
set(GGML_VERSION_MINOR 9)
7
-set(GGML_VERSION_PATCH 5)
+set(GGML_VERSION_PATCH 6)
8
set(GGML_VERSION_BASE "${GGML_VERSION_MAJOR}.${GGML_VERSION_MINOR}.${GGML_VERSION_PATCH}")
9
10
find_program(GIT_EXE NAMES git git.exe NO_CMAKE_FIND_ROOT_PATH)
0 commit comments