File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.6.3.alpha " )
5+ SET (TD_VER_NUMBER "3.3.6.6 " )
66ENDIF ()
77
88IF (DEFINED VERCOMPATIBLE)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ IF(TD_WEBSOCKET)
2121 get_from_local_repo_if_exists("https://github.com/taosdata/taos-connector-rust.git" )
2222 ExternalProject_Add(ext_taosws
2323 GIT_REPOSITORY ${_git_url}
24- GIT_TAG main
24+ GIT_TAG ver-3.3.6.6
2525 GIT_SHALLOW TRUE
2626 BUILD_IN_SOURCE TRUE
2727 DEPENDS ${TAOS_LIB}
@@ -62,7 +62,7 @@ ELSEIF(TD_BUILD_TAOSA_INTERNAL)
6262 ExternalProject_Add(ext_taosadapter
6363 GIT_REPOSITORY ${_git_url}
6464 PREFIX "${_base} "
65- GIT_TAG main
65+ GIT_TAG ver-3.3.6.6
6666 GIT_SHALLOW TRUE
6767 BUILD_IN_SOURCE TRUE
6868 DEPENDS ${TAOS_NATIVE_LIB}
@@ -115,13 +115,13 @@ ELSE()
115115
116116 MESSAGE ("BUILD COMMAND ${_shell_cmd} " )
117117 # GIT_REPOSITORY https://github.com/taosdata/taosadapter.git
118- # GIT_TAG 3.0
118+ # GIT_TAG ver-3.3.6.6
119119 INIT_EXT(taosadapter)
120120 get_from_local_repo_if_exists("https://github.com/taosdata/taosadapter.git" )
121121 ExternalProject_Add(ext_taosadapter
122122 GIT_REPOSITORY ${_git_url}
123123 PREFIX "${_base} "
124- GIT_TAG main
124+ GIT_TAG ver-3.3.6.6
125125 GIT_SHALLOW TRUE
126126 BUILD_IN_SOURCE TRUE
127127 DEPENDS ${TAOS_NATIVE_LIB}
You can’t perform that action at this time.
0 commit comments