File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22IF (DEFINED VERNUMBER)
33 SET (TD_VER_NUMBER ${VERNUMBER} )
44ELSE ()
5- SET (TD_VER_NUMBER "3.3.8.0.alpha " )
5+ SET (TD_VER_NUMBER "3.3.8.1 " )
66ENDIF ()
77
88IF (DEFINED VERCOMPATIBLE)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ELSEIF(TD_BUILD_TAOSA_INTERNAL)
2222 ExternalProject_Add(ext_taosadapter
2323 GIT_REPOSITORY ${_git_url}
2424 PREFIX ${_base}
25- GIT_TAG ${TAOSADAPTER_GIT_TAG_NAME}
25+ GIT_TAG ver-3.3.8.1
2626 GIT_SHALLOW ${TAOSADAPTER_GIT_TAG_SHALLOW}
2727 BUILD_IN_SOURCE TRUE
2828 DEPENDS ${TAOS_NATIVE_LIB}
8181 set (_cmakelists "${CMAKE_CURRENT_SOURCE_DIR} /../cmake/in/taosadapter.CMakeLists.txt.in" )
8282
8383 # GIT_REPOSITORY https://github.com/taosdata/taosadapter.git
84- # GIT_TAG 3.0
84+ # GIT_TAG ver-3.3.8.1
8585 # get_from_local_repo_if_exists("https://github.com/taosdata/taosadapter.git")
8686
8787 # NOTE: it's strongly suggested to use main branch of taosadapter.git during developping process
9191
9292 ExternalProject_Add(ext_taosadapter
9393 GIT_REPOSITORY ${_git_url}
94- GIT_TAG ${TAOSADAPTER_GIT_TAG_NAME}
94+ GIT_TAG ver-3.3.8.1
9595 GIT_SHALLOW ${TAOSADAPTER_GIT_TAG_SHALLOW} # NOTE: if you specify branch other than main, please change this to FALSE
9696 BUILD_IN_SOURCE TRUE
9797 DEPENDS ${TAOS_NATIVE_LIB}
You can’t perform that action at this time.
0 commit comments