Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
IF (DEFINED VERNUMBER)
SET(TD_VER_NUMBER ${VERNUMBER})
ELSE ()
SET(TD_VER_NUMBER "3.4.1.0.alpha")
SET(TD_VER_NUMBER "3.4.1.6")
ENDIF ()

IF (TD_ENTERPRISE)
Expand Down
6 changes: 3 additions & 3 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ELSEIF(TD_BUILD_TAOSA_INTERNAL)
ExternalProject_Add(ext_taosadapter
GIT_REPOSITORY ${_git_url}
PREFIX ${_base}
GIT_TAG ${TAOSADAPTER_GIT_TAG_NAME}
GIT_TAG ver-3.4.1.6
Comment thread
tomchon marked this conversation as resolved.
GIT_SHALLOW ${TAOSADAPTER_GIT_TAG_SHALLOW}
BUILD_IN_SOURCE TRUE
DEPENDS ${TAOS_NATIVE_LIB}
Expand Down Expand Up @@ -81,7 +81,7 @@ ELSE()
set(_cmakelists "${CMAKE_CURRENT_SOURCE_DIR}/../cmake/in/taosadapter.CMakeLists.txt.in")

# GIT_REPOSITORY https://github.com/taosdata/taosadapter.git
# GIT_TAG 3.0
# GIT_TAG ver-3.4.1.6
# get_from_local_repo_if_exists("https://github.com/taosdata/taosadapter.git")

# NOTE: it's strongly suggested to use main branch of taosadapter.git during developping process
Expand All @@ -91,7 +91,7 @@ ELSE()

ExternalProject_Add(ext_taosadapter
GIT_REPOSITORY ${_git_url}
GIT_TAG ${TAOSADAPTER_GIT_TAG_NAME}
GIT_TAG ver-3.4.1.6
Comment thread
tomchon marked this conversation as resolved.
GIT_SHALLOW ${TAOSADAPTER_GIT_TAG_SHALLOW} # NOTE: if you specify branch other than main, please change this to FALSE
BUILD_IN_SOURCE TRUE
DEPENDS ${TAOS_NATIVE_LIB}
Expand Down
Loading