We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dff20 commit b6ae75aCopy full SHA for b6ae75a
ggml/CMakeLists.txt
@@ -4,8 +4,8 @@ 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 2)
8
-set(GGML_VERSION_DEV "-dev") # "-dev" for development, "" for releases
+set(GGML_VERSION_PATCH 3)
+set(GGML_VERSION_DEV "") # "-dev" for development, "" for releases
9
set(GGML_VERSION_BASE "${GGML_VERSION_MAJOR}.${GGML_VERSION_MINOR}.${GGML_VERSION_PATCH}")
10
11
find_program(GIT_EXE NAMES git git.exe NO_CMAKE_FIND_ROOT_PATH)
0 commit comments