mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
MS-125 Update version of CMakeLists.txt
Former-commit-id: f833f8943711f1b4dc2a0fef92f24a5d0a7799ca
This commit is contained in:
parent
11e26506b6
commit
9a85a17466
@ -52,7 +52,7 @@ if(MILVUS_VERSION_MAJOR STREQUAL ""
|
|||||||
OR MILVUS_VERSION_MINOR STREQUAL ""
|
OR MILVUS_VERSION_MINOR STREQUAL ""
|
||||||
OR MILVUS_VERSION_PATCH STREQUAL "")
|
OR MILVUS_VERSION_PATCH STREQUAL "")
|
||||||
message(WARNING "Failed to determine Milvus version from git branch name")
|
message(WARNING "Failed to determine Milvus version from git branch name")
|
||||||
set(MILVUS_VERSION "0.3.0")
|
set(MILVUS_VERSION "0.3.1")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
message(STATUS "Build version = ${MILVUS_VERSION}")
|
message(STATUS "Build version = ${MILVUS_VERSION}")
|
||||||
|
Loading…
Reference in New Issue
Block a user