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 2
2
IF (DEFINED VERNUMBER)
3
3
SET(TD_VER_NUMBER ${VERNUMBER})
4
4
ELSE ()
5
- SET(TD_VER_NUMBER "3.2.2.0.alpha ")
5
+ SET(TD_VER_NUMBER "3.2.2.0")
6
6
ENDIF ()
7
7
8
8
IF (DEFINED VERCOMPATIBLE)
Original file line number Diff line number Diff line change 2
2
# taosadapter
3
3
ExternalProject_Add(taosadapter
4
4
GIT_REPOSITORY https://github.com/taosdata/taosadapter.git
5
- GIT_TAG main
5
+ GIT_TAG ver-3.2.2.0
6
6
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosadapter"
7
7
BINARY_DIR ""
8
8
#BUILD_IN_SOURCE TRUE
Original file line number Diff line number Diff line change 2
2
# taos-tools
3
3
ExternalProject_Add(taos-tools
4
4
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
5
- GIT_TAG main
5
+ GIT_TAG ver-3.2.2.0
6
6
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
7
7
BINARY_DIR ""
8
8
#BUILD_IN_SOURCE TRUE
You can’t perform that action at this time.
0 commit comments