Skip to content

Commit b56485a

Browse files
committed
build: release ver-3.1.3.4
1 parent 3bdd395 commit b56485a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/taosadapter_CMakeLists.txt.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# taosadapter
33
ExternalProject_Add(taosadapter
44
GIT_REPOSITORY https://github.com/taosdata/taosadapter.git
5-
GIT_TAG 3.1
5+
GIT_TAG ver-3.1.3.4
66
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosadapter"
77
BINARY_DIR ""
88
#BUILD_IN_SOURCE TRUE

cmake/taostools_CMakeLists.txt.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# taos-tools
33
ExternalProject_Add(taos-tools
44
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
5-
GIT_TAG 3.1
5+
GIT_TAG ver-3.1.3.4
66
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
77
BINARY_DIR ""
88
#BUILD_IN_SOURCE TRUE

cmake/taosws_CMakeLists.txt.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# taosws-rs
33
ExternalProject_Add(taosws-rs
44
GIT_REPOSITORY https://github.com/taosdata/taos-connector-rust.git
5-
GIT_TAG 3.1
5+
GIT_TAG ver-3.1.3.4
66
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosws-rs"
77
BINARY_DIR ""
88
#BUILD_IN_SOURCE TRUE

0 commit comments

Comments
 (0)