Skip to content

Commit 1a3a182

Browse files
committed
build: release ver-3.3.6.13
1 parent 5713f54 commit 1a3a182

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

88
IF (DEFINED VERCOMPATIBLE)

tools/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ELSEIF(TD_BUILD_TAOSA_INTERNAL)
1818
ExternalProject_Add(ext_taosadapter
1919
GIT_REPOSITORY ${_git_url}
2020
PREFIX ${_base}
21-
GIT_TAG ${TAOSADAPTER_GIT_TAG_NAME}
21+
GIT_TAG ver-3.3.6.13
2222
GIT_SHALLOW ${TAOSADAPTER_GIT_TAG_SHALLOW}
2323
BUILD_IN_SOURCE TRUE
2424
DEPENDS ${TAOS_NATIVE_LIB}
@@ -77,7 +77,7 @@ ELSE()
7777
set(_cmakelists "${CMAKE_CURRENT_SOURCE_DIR}/../cmake/in/taosadapter.CMakeLists.txt.in")
7878

7979
# GIT_REPOSITORY https://github.com/taosdata/taosadapter.git
80-
# GIT_TAG 3.0
80+
# GIT_TAG ver-3.3.6.13
8181
# get_from_local_repo_if_exists("https://github.com/taosdata/taosadapter.git")
8282

8383
# NOTE: it's strongly suggested to use main branch of taosadapter.git during developping process
@@ -87,7 +87,7 @@ ELSE()
8787

8888
ExternalProject_Add(ext_taosadapter
8989
GIT_REPOSITORY ${_git_url}
90-
GIT_TAG ${TAOSADAPTER_GIT_TAG_NAME}
90+
GIT_TAG ver-3.3.6.13
9191
GIT_SHALLOW ${TAOSADAPTER_GIT_TAG_SHALLOW} # NOTE: if you specify branch other than main, please change this to FALSE
9292
BUILD_IN_SOURCE TRUE
9393
DEPENDS ${TAOS_NATIVE_LIB}

0 commit comments

Comments
 (0)