Skip to content

Commit b06800b

Browse files
committed
build: release ver-3.3.4.4
1 parent d343a00 commit b06800b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cmake/cmake.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
IF (DEFINED VERNUMBER)
33
SET(TD_VER_NUMBER ${VERNUMBER})
44
ELSE ()
5-
SET(TD_VER_NUMBER "3.3.4.3.alpha")
5+
SET(TD_VER_NUMBER "3.3.4.4")
66
ENDIF ()
77

88
IF (DEFINED VERCOMPATIBLE)

cmake/taosadapter_CMakeLists.txt.in

Lines changed: 1 addition & 1 deletion
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 main
5+
GIT_TAG ver-3.3.4.4
66
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosadapter"
77
BINARY_DIR ""
88
#BUILD_IN_SOURCE TRUE

cmake/taostools_CMakeLists.txt.in

Lines changed: 1 addition & 1 deletion
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 main
5+
GIT_TAG ver-3.3.4.4
66
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
77
BINARY_DIR ""
88
#BUILD_IN_SOURCE TRUE

cmake/taosws_CMakeLists.txt.in

Lines changed: 1 addition & 1 deletion
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 main
5+
GIT_TAG ver-3.3.4.4
66
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosws-rs"
77
BINARY_DIR ""
88
#BUILD_IN_SOURCE TRUE

0 commit comments

Comments
 (0)