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.2.0.alpha ")
5+ SET(TD_VER_NUMBER "3.3.2.0")
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.2.0
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# taos-tools
33ExternalProject_Add(taos-tools
44 GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
5- GIT_TAG main
5+ GIT_TAG ver-3.3.2.0
66 SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
77 BINARY_DIR ""
88 #BUILD_IN_SOURCE TRUE
You can’t perform that action at this time.
0 commit comments