未验证 提交 369743c1 编写于 作者: W Wang XiangYu 提交者: GitHub

Config upgrade (#2281)

* upgrade config to 0.4
Signed-off-by: Nwxyu <xy.wang@zilliz.com>

* update milvus version in cmakelists.txt
Signed-off-by: Nwxyu <xy.wang@zilliz.com>

* disable make VERBOSE
Signed-off-by: Nwxyu <xy.wang@zilliz.com>
上级 8d732656
......@@ -90,7 +90,7 @@ if (MILVUS_VERSION_MAJOR STREQUAL ""
OR MILVUS_VERSION_MINOR STREQUAL ""
OR MILVUS_VERSION_PATCH STREQUAL "")
message(WARNING "Failed to determine Milvus version from git branch name")
set(MILVUS_VERSION "0.8.0")
set(MILVUS_VERSION "0.9.0")
endif ()
message(STATUS "Build version = ${MILVUS_VERSION}")
......
......@@ -157,5 +157,5 @@ if [[ ${RUN_CPPLINT} == "ON" ]]; then
else
# compile and build
make -j 8 VERBOSE=1 install || exit 1
make -j 8 install || exit 1
fi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册