File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.0.alpha ")
5+ SET(TD_VER_NUMBER "3.3.6.3 ")
66ENDIF ()
77
88IF (DEFINED VERCOMPATIBLE)
Original file line number Diff line number Diff line change 22# taosadapter
33ExternalProject_Add(taosadapter
44 GIT_REPOSITORY https://github.com/taosdata/taosadapter.git
5- GIT_TAG main
5+ GIT_TAG ver-3.3.6.3
66 SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosadapter"
77 BINARY_DIR ""
88 #BUILD_IN_SOURCE TRUE
Original file line number Diff line number Diff line change 22# taosws-rs
33ExternalProject_Add(taosws-rs
44 GIT_REPOSITORY https://github.com/taosdata/taos-connector-rust.git
5- GIT_TAG main
5+ GIT_TAG ver-3.3.6.3
66 SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosws-rs"
77 BINARY_DIR ""
88 #BUILD_IN_SOURCE TRUE
You can’t perform that action at this time.
0 commit comments