Skip to content

Commit 59b4c6e

Browse files
committed
build: release ver-3.3.6.6
1 parent bcf55de commit 59b4c6e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cmake/version.cmake

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.6.3.alpha")
5+
SET(TD_VER_NUMBER "3.3.6.6")
66
ENDIF ()
77

88
IF (DEFINED VERCOMPATIBLE)

tools/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ IF(TD_WEBSOCKET)
2121
get_from_local_repo_if_exists("https://github.com/taosdata/taos-connector-rust.git")
2222
ExternalProject_Add(ext_taosws
2323
GIT_REPOSITORY ${_git_url}
24-
GIT_TAG main
24+
GIT_TAG ver-3.3.6.6
2525
GIT_SHALLOW TRUE
2626
BUILD_IN_SOURCE TRUE
2727
DEPENDS ${TAOS_LIB}
@@ -62,7 +62,7 @@ ELSEIF(TD_BUILD_TAOSA_INTERNAL)
6262
ExternalProject_Add(ext_taosadapter
6363
GIT_REPOSITORY ${_git_url}
6464
PREFIX "${_base}"
65-
GIT_TAG main
65+
GIT_TAG ver-3.3.6.6
6666
GIT_SHALLOW TRUE
6767
BUILD_IN_SOURCE TRUE
6868
DEPENDS ${TAOS_NATIVE_LIB}
@@ -115,13 +115,13 @@ ELSE()
115115

116116
MESSAGE("BUILD COMMAND ${_shell_cmd}")
117117
# GIT_REPOSITORY https://github.com/taosdata/taosadapter.git
118-
# GIT_TAG 3.0
118+
# GIT_TAG ver-3.3.6.6
119119
INIT_EXT(taosadapter)
120120
get_from_local_repo_if_exists("https://github.com/taosdata/taosadapter.git")
121121
ExternalProject_Add(ext_taosadapter
122122
GIT_REPOSITORY ${_git_url}
123123
PREFIX "${_base}"
124-
GIT_TAG main
124+
GIT_TAG ver-3.3.6.6
125125
GIT_SHALLOW TRUE
126126
BUILD_IN_SOURCE TRUE
127127
DEPENDS ${TAOS_NATIVE_LIB}

0 commit comments

Comments
 (0)